This file contains 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
#Schuyler Mortimer | |
from twython import Twython | |
import sys | |
#get from twitter developer site | |
APP_KEY = '' | |
APP_SECRET = '' | |
TOKEN = '' | |
TOKEN_SECRET = '' |