Skip to content

This is a small how to build a telegram bot for EuroPython 2017

License

Notifications You must be signed in to change notification settings

vit-/telegram-hello-ep17-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

telegram-hello-ep17-bot

This is a small how to build a telegram bot for EuroPython 2017

Build venv

Requires python 3

./build_venv.sh

Run

. .venv/bin/activate
export TG_BOT_TOKEN="Bot Token goes here"
export TG_BOT_NAME="Bot Name goes here"
python src/app.py

Docker

docker build -t ep17bot . && \
docker run -e TG_BOT_TOKEN="token" ep17bot

OR

docker run -e TG_BOT_TOKEN="token" vit1/telegram-hello-ep17-bot

About

This is a small how to build a telegram bot for EuroPython 2017

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published