Skip to content

yudls/TelegramBotTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TelegramBotTemplate

Telegram bot structure template

How to install

  • If you don't have a virtual environment, use python3 -m venv venv
  • use pip3 install -r requirements.txt
  • or use:
pip3 install aiogram
pip3 install environs
pip3 freeze > requirements.txt

How to use

Enter your token and admin id in the config.txt file, then run main.py. Then the bot will start working and send you messages about starting and stopping the bot.

About

Telegram bot structure template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages