RSS feed generator for public Telegram channels. It allows you to stay in tune with any public channel without having an account and being subscribed to that channel.
- Fast and efficient
- Full media support
- Serverless and Edge compatible
- One-click deployment to Vercel, Netlify and Cloudflare Workers
Main endpoint format is {deploy_url}/rss/{channel_name}
, where {deploy_url}
is a URL where application is deployed, {channel_name}
is a Telegram public channel name. As a response, this endpoint returns the RSS v2.0 feed of the given Telegram channel.
Additionally, it is possible to pass the following optional query string parameters:
count
- how many posts should be included in the feed (max:100
, default:50
)titleMaxLength
- the maximum length of an RSS item title (default:100
)