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 | |
from TwitterAPI import ( | |
TwitterAPI, | |
TwitterPager | |
) | |
consumer_key = "<YOUR API KEY>" | |
consumer_secret = "<YOUR API KEY SECRET>" | |
access_token = "<YOUR ACCESS TOKEN>" | |
access_token_secret = "<YOUR ACCESS TOKEN SECRET>" |