Skip to content

dlo/emojichanger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

emojichanger

Deployment

heroku create
git push heroku master
heroku config:set APP_KEY="YOUR_APP_KEY"
heroku config:set APP_SECRET="YOUR_APP_SECRET"
heroku config:set OAUTH_TOKEN="YOUR_OAUTH_TOKEN"
heroku config:set OAUTH_TOKEN_SECRET="YOUR_OAUTH_TOKEN_SECRET"
heroku addons:create scheduler:standard

Optionally, you can also provide a bio to prepend the random Emoji.

heroku config:set BIO_FORMAT="Linguist. Philosopher. Millenial."

Finally, set up a recurring task that calls python script.py.

About

A script that updates your Twitter profile to a random emoji. Contains instructions for quick setup on Heroku.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages