Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dlo/emojichanger

A script that updates your Twitter profile to a random emoji. Contains instructions for quick setup on Heroku.
https://github.com/dlo/emojichanger

emoji heroku twitter

Last synced: 27 days ago
JSON representation

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

Awesome Lists containing this project

README

        

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`.