Skip to content

monopolist-coder/bot_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegram Bot Template

Universal Telegram bot template built with aiogram 3.

Features

  • Clean architecture
  • aiogram 3
  • SQLite database
  • .env configuration
  • Modular project structure

Project structure

bot_project/ app/ handlers/ services/ database/ keyboards/

Installation

git clone cd bot_project

python -m venv venv pip install -r requirements.txt

Configuration

Create .env file:

BOT_TOKEN=your_token

Run

python bot.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors