Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1.13 KB

README.md

File metadata and controls

29 lines (24 loc) · 1.13 KB

python

RSS Bridge (Feed aggregator)

Design

For now, this project pretends to be an alternative of rss-bridge, customized for my specific needs.
One of the main additional feature is possibility to fetch not just 20 last entries, but filter by count and start date, or even fetch all available entries.

Types of feed to implement

  • Youtube
    • Channel metadata, videos
    • Video - parse metadata: title, preview_img, etc
      • Integrate into tg feed
    • Playlist
  • Telegram Channel
  • Review rss feeds of these sources
    • Mastodon - Rss exists
    • Gemini - Requires additional non-http parsing

TODO & Features to implement

  • Write tests
  • Limit entries count by made requests
  • Param for feed: whitelist/blacklist of keywords in title/text
  • DB support, to cache existing rss files
    • Specify update interval (5min)