The python module to create twitter bot
Download the source from http://github.com/yonchu/twitter_bot and install it with::
$ python setup.py install
or, put it to your project and import as follows:
from twitter_bot import (Config, NicoSearch, YoutubeSearch, TwitterBotBase,
TwitterBot, JobManager)