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

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/

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