Advertisement
Guest User

List of patriots on gab by PepeLivesMatter17. Ya might like to follow

a guest
Jan 24th, 2021
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 KB | None | 0 0
  1. DATA:
  2. -------------------------------------
  3. http://gab.com/1776Stonewall
  4. http://gab.com/1blantdaddy
  5. http://gab.com/ArmyOfFrogs
  6. http://gab.com/AwakenedOutlaw
  7. http://gab.com/bdaub14
  8. http://gab.com/CadenBrackett
  9. http://gab.com/CatNamus
  10. http://gab.com/codemonkey
  11. http://gab.com/DJFreedomRockets
  12. http://gab.com/EOnstott
  13. http://gab.com/GhostEzra
  14. http://gab.com/group_angry
  15. http://gab.com/hublife
  16. http://gab.com/JakeCoco
  17. http://gab.com/JimWatkins
  18. http://gab.com/JustinTraver
  19. http://gab.com/KanekoaTheGreat
  20. http://gab.com/killaudeepstate
  21. http://gab.com/MakingItPay
  22. http://gab.com/Mareq17
  23. http://gab.com/Melissa_in_Arcadia
  24. http://gab.com/MichaelBeatty
  25. http://gab.com/MilspecOpsMonkey
  26. http://gab.com/MQaveli
  27. http://gab.com/Nobody_WA
  28. http://gab.com/noorbinladin
  29. http://gab.com/Pizzapepe
  30. http://gab.com/ProfessorFarnsworth
  31. http://gab.com/PunishDem2021
  32. http://gab.com/QuickWitNitWit
  33. http://gab.com/RealDickanon
  34. http://gab.com/Saltandgrace17
  35. http://gab.com/ShotgunHolliday
  36. http://gab.com/StormyPatriotJoe
  37. http://gab.com/the_exception
  38. http://gab.com/TheRealKimShady
  39. http://gab.com/TheRISEofROD
  40. http://gab.com/TheSharpEdge1
  41. http://gab.com/threesevens
  42. http://gab.com/VincentKennedy
  43. http://gab.com/William_of_Ockham
  44. -------------------------------------
  45. TECH NOTE:
  46. #
  47. # How to do generate similar output to above quickly:
  48. #
  49. # Screen scrape from PepeLivesMatter17's 3 posts (gabs)
  50. #
  51. # echo that into file "t":
  52. # copy/ pasta:
  53. # echo 'PASTE' > t
  54. #
  55. # DATA above is file "u" below:
  56. #
  57. #
  58. history
  59. awk -F " " '{print $1}' t | sort -u | cut -c2-> u
  60. sed 's/^/http:\/\/gab.com\//g' u > v
  61. #
  62. # caret is beginning of line
  63. # backslashes are escape to protect the special characters
  64. #
  65. split -10 v
  66. #
  67. # cuts the file into chunks of 10
  68. #
  69. while IFS= read x; do xdg-open $x; $[($RANDOM%5)+1]s; done < xaa
  70. #
  71. # "sleep" is to go easy on Andrew Torba's great site ;-)
  72. #
  73. -------------------------------------
  74. Have fun
  75. Shadilay!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement