https://github.com/kutsan/telegram-rss-bot
Self-hosted solution to read your RSS feeds through your own Telegram channel.
https://github.com/kutsan/telegram-rss-bot
bot telegram telegram-bot
Last synced: about 1 year ago
JSON representation
Self-hosted solution to read your RSS feeds through your own Telegram channel.
- Host: GitHub
- URL: https://github.com/kutsan/telegram-rss-bot
- Owner: kutsan
- License: gpl-3.0
- Created: 2021-09-19T20:50:15.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-19T02:03:02.000Z (about 3 years ago)
- Last Synced: 2025-04-30T04:16:03.959Z (about 1 year ago)
- Topics: bot, telegram, telegram-bot
- Language: TypeScript
- Homepage:
- Size: 114 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# telegram-rss-bot
Periodically checks RSS feeds and broadcasts newly fetched links to specified Telegram channel.

## Usage
1. Create `~/.config/telegram-rss-bot/urls.txt` file with the URLs you want to use, separated by new line.
2. Fill `.env` file.
3. Install dependencies and build the project using `npm install && npm run build`.
4. Then start it with `npm start`.
## License
GPL-3.0