Skip to content

Releases: tesap/rss-bridge-python

Release list

Version 0.1

Choose a tag to compare

@tesap tesap released this 28 Sep 13:13

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