Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/albertoxamin/rss-to-telegram-channel

Automatically post new RSS items on your telegram channel! Even with custom InstantView templates!
https://github.com/albertoxamin/rss-to-telegram-channel

docker hacktoberfest instant-view rss telegram telegram-channel

Last synced: about 2 hours ago
JSON representation

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

Awesome Lists containing this project

README

        

# RSS to telegram channel
![Docker Cloud Build Status](https://img.shields.io/docker/cloud/build/albertoxamin/rss-to-telegram-channel)
![Docker Pulls](https://img.shields.io/docker/pulls/albertoxamin/rss-to-telegram-channel)

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

* https://t.me/blogunity3d
* https://t.me/ladigeit

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