https://github.com/lawvs/rssbot
A simple implementation of a rss reader bot for telegram
https://github.com/lawvs/rssbot
rss rss-reader telegram-bot
Last synced: 3 months ago
JSON representation
A simple implementation of a rss reader bot for telegram
- Host: GitHub
- URL: https://github.com/lawvs/rssbot
- Owner: lawvs
- Created: 2019-01-21T14:50:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-24T21:13:25.000Z (about 6 years ago)
- Last Synced: 2025-02-08T21:17:23.161Z (5 months ago)
- Topics: rss, rss-reader, telegram-bot
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rssbot
a simple implementation of a rss reader bot for telegram.
## Usage
- Clone this repo.
- Install dependencies using pip `pip install -r requirements.txt`.
- Config. `cp config.dev.yml config.yml` and edit `config.yml`.
- You can simply run `loop.py` script or add cron look like this`*/5 * * * * python3 /path/to/rssbot/main.py >> /path/to/rssbot/log.log 2>&1`## Feature
- filter rss by title/author/description and so on
## Thanks to
- [python-telegram-bot](https://github.com/python-telegram-bot/python-telegram-bot)
- [feedparser](https://pythonhosted.org/feedparser/index.html)