Coverage, tests, secure ACCESS_TOKEN, update HISTORY

This commit is contained in:
Mike Helmick 2013-06-11 17:12:34 -04:00
parent 9813a4c8f5
commit 478c139af2
6 changed files with 50 additions and 4 deletions

View file

@ -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__')