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
| import facebook # pip install facebook-sdk | |
| # I have a fancier version that does colors, but this will do for now | |
| def log(message): | |
| print message | |
| def count_group_likes(): | |