RSSHub Python

screenshot of RSSHub Python
flask

A RSSHub for Pythonista

Overview:

RSSHub🍰 is a lightweight and easily extendable RSS generator that can create RSS feeds for a wide range of content. This project is an original Python implementation of RSSHub, making web scraping more convenient with Python compared to JS.

Features:

  • Lightweight: RSSHub is designed to be light on resources for efficient performance.
  • Easy to Extend: Users can easily add new features and customize the RSS feeds.
  • RSS Filtering: Allows users to filter content using query strings like include_title, include_description, exclude_title, exclude_description, and limit.
  • Contribution: Users can contribute by forking the repository, creating new crawlers, and adding routes.
flask
Flask

Flask is a lightweight and popular web framework for Python, known for its simplicity and flexibility. It is widely used to build web applications, providing a minimalistic approach to web development with features like routing, templates, and support for extensions.