Skip to content

Herobrine15432/telegram-bot-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegram Bot Template (python-telegram-bot)

Minimal project template for building Telegram bots using python-telegram-bot.

Setup

Create environment:

conda env create -f env/environment.yml

Activate:

conda activate bot

Create local env variables:

cp .env.example .env

Edit .env and add your Telegram token.

Run bot:

bash scripts/run.sh

About

The framework for a Telegram project using python-telegram-bot

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors