https://github.com/dbrgn/schlagzeilenbot
Regularly tweet headlines from schlagzeilengenerator.ch.
https://github.com/dbrgn/schlagzeilenbot
Last synced: 5 months ago
JSON representation
Regularly tweet headlines from schlagzeilengenerator.ch.
- Host: GitHub
- URL: https://github.com/dbrgn/schlagzeilenbot
- Owner: dbrgn
- Created: 2012-06-10T14:09:15.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2020-03-06T15:59:50.000Z (over 6 years ago)
- Last Synced: 2025-03-06T08:51:07.222Z (over 1 year ago)
- Size: 3.91 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
###############
schlagzeilenbot
###############
Regularly tweet headlines from schlagzeilengenerator.ch.
https://twitter.com/schlagzeilenbot
Setup (Heroku)
==============
::
$ heroku apps:create [appname]
$ heroku addons:add scheduler:standard
$ heroku config:add TWITTER_ACCESS_TOKEN=[value]
$ heroku config:add TWITTER_ACCESS_TOKEN_SECRET=[value]
$ heroku config:add TWITTER_CONSUMER_KEY=[value]
$ heroku config:add TWITTER_CONSUMER_SECRET=[value]
$ git push heroku master
Authors
=======
* Danilo Bargen (Github: `@dbrgn `_, Twitter: `@dbrgn `_)