pypsyc/fippos-twisted/contrib/rss
psyc://psyced.org/~lynX 0f02e9cd76 last state we had in cvs 2010-02-24 09:50:45 +01:00
..
README last state we had in cvs 2010-02-24 09:50:45 +01:00
rss_server.py last state we had in cvs 2010-02-24 09:50:45 +01:00

README

Purpose:
this is designed to be a news distributing server only. It fetches RSS feeds

Running:
    twistd -noy rss_server.py
This code depends on
- rss.py from http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/277099
- feedparser.py from http://diveintomark.org/projects/feed_parser/
- twisted python (python is less fun without)