Sha256: 4cf8ffca9d1935ef06229704adcaea9b4b19ea74856b31fb98551a5fe731def7
Contents?: true
Size: 604 Bytes
Versions: 1
Compression:
Stored size: 604 Bytes
Contents
# such_streaming_bot A Twitter Bot ## Development ``` bundle install ruby test.rb ruby spec.rb ``` ## Deployment (heroku) ``` heroku create heroku config:set TWITTER_CONSUMER_KEY=INSERT-YR-SECRETS-HERE heroku config:set TWITTER_CONSUMER_SECRET=INSERT-YR-SECRETS-HERE heroku config:set TWITTER_ACCESS_TOKEN=INSERT-YR-SECRETS-HERE heroku config:set TWITTER_ACCESS_SECRET=INSERT-YR-SECRETS-HERE git push heroku master heroku ps:scale bot=1 ``` For more help with deployment, check out the [twitter bot tutorial](https://github.com/coleww/twitter-art-bot-tutorial/blob/master/lessons/heroku_deploy.md)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
twitter_bot_generator-0.2.3 | such_streaming_bot/README.md |