Feed subscription IM bot

alexander bookredwu at gmail.com
Wed Nov 10 09:49:01 EST 2010


Hi,

   Can anyone help on this?

   /
********************************************************************************************************************/


 The project should either be hosted online and usable from there, or
can be run locally. Complete ource code should be delivered along with
a brief readme for features. It should take about about 1-2 hours to
complete.
 Basic requirements: Build a Python driven IM bot with the following
features
 * A user can add the bot to his/her Google talk/jabber friends list.
 * The user types the words "sub [feed_url]" to the bot to begin
subscribing to the feed at the specified feed_url ([feed_url] is the
placeholder for the actual feed url. e.g. http://myweb.com/feed)
* The user types the words "unsub [feed_url]" to stop subscribing to
the feed
* The bot scans the feed at a specified time interval, and sends new
contents to the subscribing user
Additional credits:
* Additional bot commands: "ls", "pause [feed_url]", "
resume[feed_url]", "grep [feed_url] [keywords]", whatever you think is
useful and fun, even not feed subscription related
* A web interface for reading/managing subscriptions
* Beautiful, extensible and scalable architecture
 Requirements:
 * Python 2.5
 * Robust and graceful error handling
 * Robust unicode handling

/
************************************************************************************************************/

Thanks



More information about the Python-list mailing list