Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- DATA:
- -------------------------------------
- http://gab.com/1776Stonewall
- http://gab.com/1blantdaddy
- http://gab.com/ArmyOfFrogs
- http://gab.com/AwakenedOutlaw
- http://gab.com/bdaub14
- http://gab.com/CadenBrackett
- http://gab.com/CatNamus
- http://gab.com/codemonkey
- http://gab.com/DJFreedomRockets
- http://gab.com/EOnstott
- http://gab.com/GhostEzra
- http://gab.com/group_angry
- http://gab.com/hublife
- http://gab.com/JakeCoco
- http://gab.com/JimWatkins
- http://gab.com/JustinTraver
- http://gab.com/KanekoaTheGreat
- http://gab.com/killaudeepstate
- http://gab.com/MakingItPay
- http://gab.com/Mareq17
- http://gab.com/Melissa_in_Arcadia
- http://gab.com/MichaelBeatty
- http://gab.com/MilspecOpsMonkey
- http://gab.com/MQaveli
- http://gab.com/Nobody_WA
- http://gab.com/noorbinladin
- http://gab.com/Pizzapepe
- http://gab.com/ProfessorFarnsworth
- http://gab.com/PunishDem2021
- http://gab.com/QuickWitNitWit
- http://gab.com/RealDickanon
- http://gab.com/Saltandgrace17
- http://gab.com/ShotgunHolliday
- http://gab.com/StormyPatriotJoe
- http://gab.com/the_exception
- http://gab.com/TheRealKimShady
- http://gab.com/TheRISEofROD
- http://gab.com/TheSharpEdge1
- http://gab.com/threesevens
- http://gab.com/VincentKennedy
- http://gab.com/William_of_Ockham
- -------------------------------------
- TECH NOTE:
- #
- # How to do generate similar output to above quickly:
- #
- # Screen scrape from PepeLivesMatter17's 3 posts (gabs)
- #
- # echo that into file "t":
- # copy/ pasta:
- # echo 'PASTE' > t
- #
- # DATA above is file "u" below:
- #
- #
- history
- awk -F " " '{print $1}' t | sort -u | cut -c2-> u
- sed 's/^/http:\/\/gab.com\//g' u > v
- #
- # caret is beginning of line
- # backslashes are escape to protect the special characters
- #
- split -10 v
- #
- # cuts the file into chunks of 10
- #
- while IFS= read x; do xdg-open $x; $[($RANDOM%5)+1]s; done < xaa
- #
- # "sleep" is to go easy on Andrew Torba's great site ;-)
- #
- -------------------------------------
- Have fun
- Shadilay!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement