This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
############################################################################### | |
## Facebook Group Posting Script ## | |
############################################################################### | |
## This script will post a status to a Facebook group based on args ## | |
## All credit goes to u/djzang for giving me the idea, Pablo on ## | |
## stackoverflow for writing the original code and KennyX for tying together ## | |
## for me. And of course, thanks to SwifthPanda16 & Arcanemagus for all the ## | |
## tremendous support. ## | |
############################################################################### |