Skip to content

ishumilin/rss-timemachine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RSS Time Machine

This script fetches and processes previously archived versions of a given website's RSS feed through the Wayback Machine. It handles retries, parses the RSS content, and outputs the final list of RSS entries as a JSON file.

Features

  • Retrieves archived RSS feed data from the Wayback Machine.
  • Parses the RSS feed and extracts entries.
  • Cleans up HTML content within the entries.
  • Saves the processed entries to a JSON file.

Prerequisites

  • Python 3.x
  • Required Python packages which can be installed using:
pip install -r requirements.txt

Usage

To use the script, run the following command:

python fetch_rss_feed.py [feed_url]

For example:

python fetch_rss_feed.py example.com/rss

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages