Sha256: 8deecea216d4472943d47447d53a64ace1df9f419ba5900d155ffbbb69c5722b
Contents?: true
Size: 601 Bytes
Versions: 1
Compression:
Stored size: 601 Bytes
Contents
# <%= bot_name %> 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 | lib/twitter_bot_generator/templates/README.md.erb |