Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dlo/emojichanger
- Owner: dlo
- Created: 2015-05-25T21:51:56.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-17T16:01:05.000Z (over 8 years ago)
- Last Synced: 2024-10-03T19:26:49.213Z (about 1 month ago)
- Topics: emoji, heroku, twitter
- Language: Python
- Size: 18.6 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.