dr.botzo/modules
Brian S. Stephan a961180065 Twitter: support for polling the bot's timeline and mentions feeds
needs authentication. this adds a sqlite database, to track a couple
settings. one, since_id, tracks the last successful time this poll
happened, so it's pretty important you don't muck around with it.
default value is 0, so the first time this poll occurs, it may be a
bit spammy.
2011-01-19 22:56:49 -06:00
..
__init__.py turns out we do indeed need modules/__init__.py, so add it back 2011-01-08 09:39:05 -06:00
Countdown.py remove replypath and all the places it was used. 2011-01-07 23:09:07 -06:00
Dice.py remove replypath and all the places it was used. 2011-01-07 23:09:07 -06:00
Echo.py remove replypath and all the places it was used. 2011-01-07 23:09:07 -06:00
EightBall.py remove replypath and all the places it was used. 2011-01-07 23:09:07 -06:00
FactFile.py remove replypath and all the places it was used. 2011-01-07 23:09:07 -06:00
Facts.py remove replypath and all the places it was used. 2011-01-07 23:09:07 -06:00
GoogleTranslate.py remove replypath and all the places it was used. 2011-01-07 23:09:07 -06:00
IrcAdmin.py since the save command was saving both modules and config, call it !save, not !config save 2011-01-08 09:16:37 -06:00
Karma.py remove replypath and all the places it was used. 2011-01-07 23:09:07 -06:00
Markov.py Markov: implement a min_size, which tries to make a chain of at least min_size words. 2011-01-19 18:44:07 -06:00
MegaHAL.py MegaHAL: we don't need to sync the brain in shutdown(), since we sync it in save() 2011-01-08 00:46:20 -06:00
Pi.py remove replypath and all the places it was used. 2011-01-07 23:09:07 -06:00
Seen.py remove replypath and all the places it was used. 2011-01-07 23:09:07 -06:00
Storycraft.py Storycraft: fix progress math 2011-01-09 22:36:56 -06:00
TextTransform.py remove replypath and all the places it was used. 2011-01-07 23:09:07 -06:00
Trigger.py remove replypath and all the places it was used. 2011-01-07 23:09:07 -06:00
Twitter.py Twitter: support for polling the bot's timeline and mentions feeds 2011-01-19 22:56:49 -06:00
Urls.py remove replypath and all the places it was used. 2011-01-07 23:09:07 -06:00
Weather.py remove replypath and all the places it was used. 2011-01-07 23:09:07 -06:00