Home / OldFiles
Name Modified Size InfoDownloads / Week
Parent folder
PodNovaSource.zip 2005-05-13 19.5 MB
PodNovaInstaller.dmg.gz 2005-05-13 17.7 MB
PodNovaInstaller.zip 2005-05-13 6.4 MB
iSpider.pkg.zip 2004-09-20 61.0 kB
iSpider.zip 2004-09-20 67.7 kB
iSpider_Setup.exe 2004-09-19 139.8 kB
iSpider_05.exe 2004-09-19 87.7 kB
iSpider_PackageMaker_Script.zip 2004-09-19 1.4 kB
ispider.zip 2004-09-18 7.4 kB
readme.txt 2004-09-11 987 Bytes
configuration.py 2004-09-11 109 Bytes
favorites.txt 2004-09-11 65 Bytes
iSpider.py 2004-09-11 5.9 kB
Totals: 13 Items   43.9 MB 0
The iSpider is an content aggregator which copies files to an iPod on the mac. Based on the iPodder idea of Adam Curry (www.ipodder.org), there's another project on sourceforge with that name. 

What it does:
Files are downloaded automatically from the rss or html files found at the urls in favorites.txt

some examples to run it:
python iSpider.py (uses default favorites.txt)
or to use full pathnames:
python /Users/erikdj/Desktop/workspace/iPodder/iSpider.py -f "/Users/yourname/Desktop/workspace/iPodder/favorites.txt"

On the mac it's possible to make it run at timed intervals using a cron job, the are set with the command crontab.

to set it to run every hour, you can do the following:
start a terminal

[crontab -e]
[press i]
[type]
00 * * * * python /Users/erikdj/Desktop/workspace/iPodder/iSpider.py -f "/Users/yourname/Desktop/workspace/iPodder/favorites.txt"
[press escape]
[press shift-z-z]

to learn more about crontab try [man crontab]

Hope you find it usefull.

Erik
Source: readme.txt, updated 2004-09-11