Skip to content

Download feeds (e.g. RSS) and all linked pages, like a crawler/scraper.

License

Notifications You must be signed in to change notification settings

Ixtalo/FeedDownloader

Repository files navigation

(RSS) Feed Downloader

Download feeds (e.g. RSS) and all linked pages, like a crawler/scraper, and store the collected RSS articles into ZIP files.

Only the RSS <article> parts are stored.

Requirements

Usage

  1. set up: poetry install --only=main --sync (once)
  2. poetry run python feeddownloader/downloader.py <RSS-URL> <OUTPUT-FOLDER>

Example: poetry run python feeddownloader/downloader.py "https://www.tagesschau.de/index~rss2.xml" output/

About

Download feeds (e.g. RSS) and all linked pages, like a crawler/scraper.

Topics

Resources

License

Stars

Watchers

Forks