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 json | |
import os | |
from collections import Counter | |
# pip install TwitterAPI | |
from TwitterAPI import TwitterAPI | |
# Edit ff.py for your account. Go to https://apps.twitter.com/ to get API keys | |
# Don't forget to fill in your screen name (or someone else's). |