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

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.

Awesome Lists containing this project

README

          

Logo

# telegram-rss-bot

Periodically checks RSS feeds and broadcasts newly fetched links to specified Telegram channel.

![Telegram channel](https://user-images.githubusercontent.com/10108377/187035498-2eff56c0-7236-4057-acad-863cb85a9a0a.png)

## 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