Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/albertoxamin/rss-to-telegram-channel
- Owner: albertoxamin
- Created: 2019-06-04T13:49:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T20:50:35.000Z (over 1 year ago)
- Last Synced: 2024-05-01T19:13:38.517Z (7 months ago)
- Topics: docker, hacktoberfest, instant-view, rss, telegram, telegram-channel
- Language: JavaScript
- Homepage:
- Size: 40 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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/ladigeitDid you use this bot for your channel? Submit a pull request to add your channel!
!