added support for testing from static file

This commit is contained in:
Tom Meagher
2013-10-28 16:59:55 -04:00
parent 25dc2ceead
commit 8595210cba
2 changed files with 19 additions and 12 deletions

View File

@@ -7,4 +7,5 @@ MY_ACCESS_TOKEN_SECRET = 'Your Access Token Secret'
SOURCE_ACCOUNT = "" #The Twitter handle of the account that you'll generate tweets based on.
ODDS = 8 #How often do you want this to run? 1/8 times?
ORDER = 2 #how closely do you want this to hew to sensical? 1 is low and 3 is high.
DEBUG = True #Set this to False to start Tweeting live
DEBUG = True #Set this to False to start Tweeting live
TEST_SOURCE = "" #The name of a text file of a string-ified list for testing. To avoid unnecessarily hitting Twitter API.