Skip to content

Releases: tsepanx/rss_bridge_python

Version 0.1

28 Sep 13:13
Compare
Choose a tag to compare

First release of rss-bridge-python

At this moment, it properly works with fetching messages list from any open Telegram channel, videos from any Youtube channel,
and turns it to RSS feed as file.

Works as REST API, f.e.

http://0.0.0.0:8081/tg-feed/username?format=rss&with_enclosures=true&count=15&after_date=2022-09-01

Will return .xml file with generated RSS feed, with items filtered by given params

Additionally:

  • Liniting & Formatting: black, isort
  • CI: Github actions