Skip to content

boomb0om/aiogram-bot-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aiogram-bot-template

This is a template for my telegram bots. Also I provide small bot as example.

Setup

  1. Clone repo and install all dependencies first

    git clone https://github.com/boomb0om/aiogram-bot-template
    cd aiogram-bot-template
    pip install -r requirements.txt
  2. Configure config.py file.

  3. Now you can run your bot
    Run bot on main instance python bot.py
    Run bot on test instance python bot.py --test

    Those instances are configured in config.py file by placing your api keys in api_key and test_api_key variables

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages