mirror of
git://git.psyced.org/git/pypsyc
synced 2024-08-15 03:20:04 +00:00
9 lines
337 B
Text
9 lines
337 B
Text
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)
|