Skip to content

Alekzum/Bot-Template

Repository files navigation

Description

This is just a template for future bots on Python with aiogram and aiogram-dialog

Setup

  1. Clone repository
  2. Make your bot (aka "add your scripts in handlers, file common.py as example")
  3. There is two ways what to do next:
    1. Make .venv and install packages from requirements.txt by yourself
    2. Just use python start.py and these things will be automated.
  4. Write bot's token from the BotFather bot.
  5. Use your new bot

Later runs

You may run start.py via your system python (like in step 3.2) or run main.py via newly created .venv.

Have a nice day :3

About

Just template for bots

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages