A simple Telegram bot to share films.
Uses a non official API.
- /share or /film: search a movie with the keywords provided. Shares with the group
- /help show help
You need to register your bot in the BotFather to obtein a TOKEN
pipenv shell
PYTHONPATH=$PYTHONPATH:$(pwd)/src TOKEN="YOUR_TOKEN" python src/bot_affinity/__init__.py
docker container run --rm -e TOKEN="YOUR_TOKEN" kilaweo/bot_affinity:latest