Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 463 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 463 Bytes

Log RSS to CSV

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.

Usage

  1. Check out this repo
  2. Create a directory named archive in this repo
  3. Create virtualenv for this project
  4. pip install -r requirements.txt
  5. Configure the crontab entries to your needs, add to your server's crontab.