Skip to content

rdfsx/aiogram-template

Repository files navigation

aiogram-template

Python Aiogram Code style: black

About

A template for creating bots as quickly as possible. Written on aiogram. Contains a lot of tools right out of the box, such as broadcasting, simple statistics, new user notifications, etc.

Setting up

Preparations

  • Update package lists sudo apt-get update;
  • Make sure Git and docker-compose are installed apt-get install git docker-compose -y;
  • Clone this repo via git clone https://github.com/rdfsx/aiogram-template;
  • Move to the directory cd aiogram-template.

Deployment

  • Rename .env.sample to .env and replace a token placeholder and owner id with your own one;
  • Start the bot: sudo docker-compose up.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages