first commit of port of @harrisj iron_ebooks

This commit is contained in:
Tom Meagher
2013-08-09 10:10:52 -04:00
commit fa1b2967c8
7 changed files with 246 additions and 0 deletions

10
local_settings_example.py Normal file
View File

@@ -0,0 +1,10 @@
#configuration
MY_CONSUMER_KEY = 'Your Twitter API Consumer Key'
MY_CONSUMER_SECRET = 'Your Consumer Secret Key'
MY_ACCESS_TOKEN_KEY = 'Your Twitter API Access Token Key'
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