Skip to content

aaarash/python-bot-heroku

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Bot Heroku Deployment

Fork and/or clone this repo.

Using Environment Variables

Create a config.py file and add your Twitter creds, like so:

consumer_key = ""
consumer_secret = ""
access_token = ""
access_token_secret = ""

On Heroku, under Settings, click Reveal Config Vars and add...

CONSUMER_KEY
CONSUMER_SECRET
ACCESS_TOKEN
ACCESS_TOKEN_SECRET

...with their corresponding values.

Deploy

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Jupyter Notebook 88.2%
  • Python 11.8%