Coverage, tests, secure ACCESS_TOKEN, update HISTORY
This commit is contained in:
parent
9813a4c8f5
commit
478c139af2
6 changed files with 50 additions and 4 deletions
|
|
@ -4,6 +4,7 @@ app_key = os.environ.get('APP_KEY')
|
|||
app_secret = os.environ.get('APP_SECRET')
|
||||
oauth_token = os.environ.get('OAUTH_TOKEN')
|
||||
oauth_token_secret = os.environ.get('OAUTH_TOKEN_SECRET')
|
||||
access_token = os.environ.get('ACCESS_TOKEN')
|
||||
|
||||
screen_name = os.environ.get('SCREEN_NAME', '__twython__')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue