iAggregator is a simple but powerfull aggregator. Features are:
- supports all RSS formats through Mark Pilgrim modules
- possibility to define the frequency of feeds fetching
- simple 2-minuts-chrono configuration
- transmit news by email
- can be safely runned by a cron job (advice: each 10 minuts)
- generate a procmailrc so that everything comes sorted on different
mailboxes
- white/black keywords list support
This piece of code is released under GPL (check out http://www.gnu.org
for more information)
Latest version is 0.0.5.
Developpement code is accessible from the PythonFR SVN repository or with
any SVN client like this :
$ svn co http://svn.pythonfr.org/public/pythonfr/iAggregator/
- run iAggregator once, then edit your ~/.iAggregator/config.rc
- You can use it through a crontab easily
- python > 2.0 (checked on 2.2 and 2.3)
- a procmail install if you want full support of mail
filtering
- original idea Jerome Kerdreux
- UpStream developper Philippe Normand
- Co-Author Ludovic Bellier
- Mark Pilgrim for the rss parser and feed finder
http://diveintomark.org/
- Ken Geis for great feedback (feature requests, bug reports, ..)
- Python dev crew for this great software.