Cooler twitter handle, different secure tokens
This commit is contained in:
parent
00f8fe8705
commit
008c53048a
2 changed files with 14 additions and 14 deletions
|
|
@ -8,7 +8,7 @@ app_secret = os.environ.get('APP_SECRET')
|
|||
oauth_token = os.environ.get('OAUTH_TOKEN')
|
||||
oauth_token_secret = os.environ.get('OAUTH_TOKEN_SECRET')
|
||||
|
||||
screen_name = os.environ.get('SCREEN_NAME', 'TwythonTest')
|
||||
screen_name = os.environ.get('SCREEN_NAME', '__twython__')
|
||||
|
||||
# Protected Account you ARE following and they ARE following you
|
||||
protected_twitter_1 = os.environ.get('PROTECTED_TWITTER_1', 'TwythonSecure1')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue