Save the contents of a RSS feed into a CSV.
Decisions made in this repo: There's a new CSV created for each day's items. The CSV tracks the item's pubdate (just in case), hour of publication, title and url.
- Check out this repo
- Create a directory named
archive
in this repo - Create virtualenv for this project
pip install -r requirements.txt
- Configure the crontab entries to your needs, add to your server's crontab.