This is a small how to build a telegram bot for EuroPython 2017
389
This is a small how to build a telegram bot for EuroPython 2017
Requires python 3
./build_venv.sh
. .venv/bin/activate
export TG_BOT_TOKEN="Bot Token goes here"
export TG_BOT_NAME="Bot Name goes here"
python src/app.py
docker build -t ep17bot . && \
docker run -e TG_BOT_TOKEN="token" ep17bot
Content type
Image
Digest
Size
31 MB
Last updated
about 9 years ago
docker pull vit1/telegram-hello-ep17-bot