https://github.com/dadav/mediathekbot
A little bot for telegram to fetch results from https://mediathekviewweb.de/
https://github.com/dadav/mediathekbot
Last synced: about 1 year ago
JSON representation
A little bot for telegram to fetch results from https://mediathekviewweb.de/
- Host: GitHub
- URL: https://github.com/dadav/mediathekbot
- Owner: dadav
- Created: 2020-12-31T09:52:31.000Z (over 5 years ago)
- Default Branch: production
- Last Pushed: 2021-01-02T10:35:24.000Z (over 5 years ago)
- Last Synced: 2025-02-06T16:57:56.316Z (over 1 year ago)
- Language: Python
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mediathekbot
This bot watches [https://mediathekviewweb.de/](https://mediathekviewweb.de/) for new entries.
## usage
```bash
python3 -m venv venv
source ./venv/bin/activate
pip3 install -r requirements.txt
# your telegram token (from @BotFather)
echo "$TOKEN" > token.txt
./bin/mediathekbot -b
```