This simple bot allows you to post rss items to a telegram channel. It also support custom instant view templates (https://instantview.telegram.org/)
TG=botfather_token
IV_HASH=rhash for telegram iv (not required)
CHANNEL_ID=telegram channel id or username
RSS_URL=feed to fetch posts
UPDATE_INTERVAL=number in minutes (default 60 minutes)
You can start it with docker in one line
docker run --name RSS-TG-BOT -d -e TG=botfathertoken \
-e IV_HASH=rhash_for_telegram_iv \
-e CHANNEL_ID=telegram_channel_id \
-e RSS_URL=your_feed_url albertoxamin/rss-to-telegram-channel
Did you use this bot for your channel? Submit a pull request to add your channel! !