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