Skip to content

Automatically post new RSS items on your telegram channel! Even with custom InstantView templates!

Notifications You must be signed in to change notification settings

albertoxamin/rss-to-telegram-channel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RSS to telegram channel

Docker Cloud Build Status Docker Pulls

This simple bot allows you to post rss items to a telegram channel. It also support custom instant view templates (https://instantview.telegram.org/)

Enviroment variables:

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)

Docker

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

Channels powered by this repo

Did you use this bot for your channel? Submit a pull request to add your channel! !

About

Automatically post new RSS items on your telegram channel! Even with custom InstantView templates!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published