https://github.com/rafaeltheraven/simple-rss-bot
A simple telegram bot to notify you on your rss feeds
https://github.com/rafaeltheraven/simple-rss-bot
rss telegram telegram-bot
Last synced: 4 months ago
JSON representation
A simple telegram bot to notify you on your rss feeds
- Host: GitHub
- URL: https://github.com/rafaeltheraven/simple-rss-bot
- Owner: Rafaeltheraven
- License: mit
- Created: 2019-09-12T13:26:11.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-30T09:01:20.000Z (over 2 years ago)
- Last Synced: 2024-12-31T03:12:38.398Z (over 1 year ago)
- Topics: rss, telegram, telegram-bot
- Language: Python
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# simple-rss-bot
A simple telegram bot to notify you on your rss feeds
# Setup
There are 2 files you need to populate. `urls` and `token`.
## urls
`urls` holds the urls to all your rss feeds, 1 feed per line, nothing more should be added.
## token
The first line of `token` should hold your bot token, the second line should hold your chat id.
# Schedule
Simply run `bot.py` through a cronjob or some other scheduling system.
# Install
Simply run `pip install -r requirements.txt`
On initial run, no messages will be send through Telegram, this is to prevent you from being spammed
by hundreds of "new" messages when you have just added a new feed. If you see the `simple.db` file
in your folder, then everything should be working properly.
This program has only been tested on Python 3