The learning Tumblr Bot that answers your questions!
Find a file
2016-02-15 14:27:35 -05:00
bin added ability to post chats and normal text posts 2016-02-12 02:49:19 -05:00
config rewrote entire app 2016-01-19 03:40:19 -05:00
db/migrate improved emotion calculations 2016-02-07 15:36:57 -05:00
lib added private 2016-02-15 14:27:35 -05:00
.gitignore rewrote entire app 2016-01-19 03:40:19 -05:00
Gemfile added private 2016-02-15 14:27:35 -05:00
Gemfile.lock rewrote entire app 2016-01-19 03:40:19 -05:00
Rakefile started to add database functionality 2015-11-10 18:32:00 -05:00
README.md rewrote entire app 2016-01-19 03:40:19 -05:00

tumbot

The learning Tumblr Bot that answers your questions!

##Example Tumbot is running here, as doomybot. Warning: Blog contains NSFW text (due to the internet doing what the internet does best - teaching AI only about adult topics)

##Setup Setup is simple - we will be using bundle and rake.

bundle install

and then

rake migrate

Config of the bot is a little ugly right now. Modify the constants in lib/doomybot.rb

##Running

To run the bot, enter the following from the root folder

bin/app

To experiment with the bot, run the following from the root folder

bin/console

You will then have access to all of the methods on demand.