dependabot[bot] 57952d9a09 build(deps-dev): bump pylint from 2.15.8 to 2.15.9 | 1 tahun lalu | |
---|---|---|
.github | 2 tahun lalu | |
docs | 3 tahun lalu | |
location_guessing_game_telegram_bot | 1 tahun lalu | |
tests | 2 tahun lalu | |
.dockerignore | 3 tahun lalu | |
.gitignore | 3 tahun lalu | |
.pylintrc | 2 tahun lalu | |
CHANGELOG.md | 2 tahun lalu | |
COPYING | 3 tahun lalu | |
Dockerfile | 2 tahun lalu | |
Makefile | 3 tahun lalu | |
Pipfile | 1 tahun lalu | |
Pipfile.lock | 1 tahun lalu | |
README.md | 3 tahun lalu | |
ansible-playbook-example.yml | 3 tahun lalu | |
docker-compose.yml | 3 tahun lalu | |
mypy.ini | 3 tahun lalu | |
pyproject.toml | 3 tahun lalu | |
setup.py | 2 tahun lalu |
Basic Telegram Bot Sending Random Wikimedia Commons Photos
Download a dataset of photos via the WikiMap API, for instance:
wget --restrict-file-names=windows 'https://wikimap.toolforge.org/api.php?cat=Images_with_annotations&lang=de&year=2010-2015®ion=49|9|46|18'
Generate a bot API token by sending /newbot
to BotFather
Install bot via pip3 install --user --upgrade location-guessing-game-telegram-bot
(or use docker / podman, see below)
location-guessing-game-telegram-bot --telegram-token-path file-containing-api-token --wikimap-export-path wikimap-export.json
/photo
, wait, and repeatPre-built docker images are available at https://hub.docker.com/r/fphammerle/location-guessing-game-telegram-bot/tags
$ sudo docker run --name location_guessing_game_telegram_bot \
-v /file/containing/api-token:/telegram-token:ro -e TELEGRAM_TOKEN_PATH=/telegram-token \
-v /wikimap/export.json:/wikimap-export.json:ro -e WIKIMAP_EXPORT_PATH=/wikimap-export.json \
--read-only --cap-drop ALL --security-opt no-new-privileges \
--cpus 0.4 --memory 128M \
docker.io/fphammerle/location-guessing-game-telegram-bot:latest
Optionally, replace sudo docker
with podman
.
Annotation of signed git tags docker/*
contains docker image digests: https://github.com/fphammerle/location-guessing-game-telegram-bot/tags
Detached signatures of images are available at https://github.com/fphammerle/container-image-sigstore
(exluding automatically built latest
tag).
docker-compose.yml
.sudo docker-compose up --build
See ansible-playbook-example.yml.
Why create a Telegram bot instead of a web app?
I created this mini game for my family including my grandparents, who are comfortable using Telegram.