Daniel Krol

Feed Getter

Tentatively, if not permanently titled.

What's this?

This is Feed Getter, an rss aggregator. I wanted an rss aggregator that saved files to directories that I specify. That's it. All the ones I've come across have a user interface for viewing the files. I just want to put settings in a file (or someday a GUI), and have the files appear in directories, so I may have my way with them. So here is what I've come up with.

Legal (sorry)

Releases


Version 0.2 Mon, Feb 15, 2008

Description

Same as before, except that it doesn't reget files that you already have. Hopefully it won't have any incomplete files either. I think Python's url getter function may be a bit weird, so let me know if you end up with any incomplete files.

Features and Bugs

(Changes in bold)

Features I have

Features I'm planning Soon Features I'm planning Eventually Known Bugs I plan to fix soon Known Bugs I plan to fix eventually
(none)

Bugs Fixed
(none)


Version 0.1 Mon, Feb 11, 2008

This version is my first release version. It works, and I use it, but I don't trust it enough to run on my main user, because it's responsible for writing specified files and deleting all other files, in specified directories. I suggest you consider doing the same, until a few smart people look at my code. It's got a few obvious things I will have to implement soon. Most notably, outdated files don't automatically get deleted, so you will have to take care of cleaning up old files yourself for this version. For more info, see the readme.txt

Dependencies: Instructions:

Extract the tar file. Read the readme.txt for further instructions.