Skip to content
This repository has been archived by the owner on May 10, 2022. It is now read-only.
/ aiogram-stub Public archive

Template for creating flexible aiogram bots fast. MongoDB, Mixpanel and Sentry ready.

Notifications You must be signed in to change notification settings

Kylmakalle/aiogram-stub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Repository Archived. Take a look at

Aiogram cookiecutter

Template for creating flexible aiogram bots fast

Supports MongoDB, Mixpanel and Sentry out of the box

Installation

pip install cookiecutter
cookiecutter https://github.com/Kylmakalle/aiogram-stub.git

Edit production.env

Install Docker & docker-compose

cd mybot
docker-compose up --build

# For background start
docker-compose up --build -d

.gitignore contains some exceptions for private data

private/*
private_modules/*
private-requirements.txt

Fast restart

No container rebuild required

cd mybot
docker-compose restart bot

Translations

Take a look at official example

Use ./update_locales.sh to make changes on your .po files fast!

Check core/localisation.py for more info and tweaks

About

Template for creating flexible aiogram bots fast. MongoDB, Mixpanel and Sentry ready.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published