A campfire bot that subscribes to the twitter streaming API and echoes any tweets that match your search criteria into a chat room.
- Set the following environment variables:
- CAMPFIRE_ACCOUNT
- CAMPFIRE_API_KEY
- TWITTER_CONSUMER_KEY
- TWITTER_CONSUMER_SECRET
- TWITTER_ACCESS_TOKEN
- TWITTER_ACCESS_TOKEN_SECRET
- Add Heroku repo
git remote add heroku git@heroku.com:litmus-twitterbot.git
./bin/songbird
git push heroku master