Skip to content

pytopia/project-template-telegram-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Template for Telegram Bot

Template to create a telegram bot in python.

How to Run

  1. Set your telegram bot token as environment variable TELEGRAM_BOT_TOKEN:
export TELEGRAM_BOT_TOKEN=<your_telegram_bot_token>
  1. Add src to PYTHONPATH:
export PYTHONPATH=${PWD}
  1. Run:
python src/run.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages