This is a simple site with integrated jabber bot, which uses Rumpy.
This bot stores TODO, sorted by tags.
Don’t forget to set up yours config/database.yml and config/xmpp.yml
To start bot
rake bot:start
To stop
rake bot:stop
(If you are looking for how to integrate Rumpy into exist Rails app.)
Add ‘gem ’rumpy’‘ into your Gemfile. Make rake task for bot lib/tasks/bot.rake (you can simply use our). Put your bot code into lib/bot.rb. Enjoy!
Yatodo is released under the MIT license