Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zefer/campfire_bot
https://github.com/zefer/campfire_bot
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zefer/campfire_bot
- Owner: zefer
- Created: 2011-09-02T18:10:52.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2011-09-02T18:26:20.000Z (about 13 years ago)
- Last Synced: 2024-04-13T23:29:50.067Z (7 months ago)
- Language: Ruby
- Homepage:
- Size: 86.9 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Campfire Bot
==
A super simple campfire bot.Deploy to Heroku (and run, for free!)
==
Heroku provide a single 'dyno' per month, for free. This bot only needs one dyno, called 'bot' (see Procfile)1. Fork or clone this repo
2. `bundle install` get the gems
3. Create `campfire.yml` with a Campfire user's credentials (use campfire.yml.example as a reference)
4. Sign up to http://www.heroku.com/ and `gem install heroku` to get the heroku management command line funk
5. Create your app on Heroku's Cedar platform `heroku create --stack cedar your-bot-app-name`
6. `git push heroku master` deploy to heroku
7. assuming all went well, you now need to `heroku ps:scale bot=1` to 'scale' your bot dyno (start it!). He should appear in your Campfire room!
8. Give your bot some cheek in bot.rb, commit, and push (step 6)