telegram_bot for translate and other command
create venv with command
$ python3 -m venv ./venv
use venv with command
$ source venv/bin/activate
install requirement with command
$ pip install -r requirements.txt
add you token and run command
$ python telegram_bot.py