This is just a template for future bots on Python with aiogram and aiogram-dialog
- Clone repository
- Make your bot (aka "add your scripts in handlers, file common.py as example")
- There is two ways what to do next:
- Make
.venvand install packages fromrequirements.txtby yourself - Just use
python start.pyand these things will be automated.
- Make
- Write bot's token from the BotFather bot.
- Use your new bot
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