1
0
Fork 0
mirror of git://git.psyced.org/git/pypsyc synced 2024-08-15 03:20:04 +00:00

last state we had in cvs

This commit is contained in:
psyc://psyced.org/~lynX 2010-02-24 09:50:45 +01:00
commit 0f02e9cd76
128 changed files with 9224 additions and 0 deletions

View file

@ -0,0 +1,9 @@
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)