Mispy 6f1c00545b Merge pull request #5 from hube/constants
Make it easier to customize example
2014-06-28 09:08:42 +10:00
2013-12-20 05:05:46 -08:00
2013-12-20 05:05:46 -08:00
2013-12-20 05:05:46 -08:00
2013-12-20 05:05:46 -08:00

ebooks_example

As requested, this is the twitter_ebooks app which I use to run most of my own bots. It tweets one guaranteed tweet every 24h, always responds to interactions, and has some small unprompted interaction probability based on keyword matching.

Usage

git clone https://github.com/mispy/ebooks_example.git
cd ebooks_example
bundle install
ebooks archive username corpus/username.json
ebooks consume corpus/username.json

Populate bots.rb with your auth details, the bot username and model name, then:

./run.rb

Also runs as a Heroku app! See the twitter_ebooks README for more information.

Description
Heroku-ready turn-key _ebooks implementation
Readme 930 KiB
Languages
Ruby 99.7%
Procfile 0.3%