8000 GitHub - naprsa/tbot: telegram bot on aiogram
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

naprsa/tbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

telegram bot project template using aiogram

Python 3.9

A file structure template, development environment and rule set for python telegram bot based on async aiogram module

Getting Started

Clone this repo, then create virtual env: pipenv shell, pipenv install create .env file, and put there BOT_TOKEN, IP, ADMIN_ID variables

run python app.py

Project Organization

├── data
│   └── config.py
├── filters
├── handlers
│   ├── channels
│   ├── errors
│   ├── groups
│   └── users
├── keyboards
├── states
├── middlewares
├── utils
├── app.py
├── loader.py
├── Pipfile
├── Pipfile.lock
├── README.md
└── requirements.txt

About

telegram bot on aiogram

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0