BaggerFast /
AiogramTemplate
This is template for telegram bots by aiogram
75/100 healthLoading repository data…
arturboyun / repository
This is a template for easy start of bot development for Telegram
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This template provides clean start to create bot using aiogram.
.env file from .env.dist and fill it.password.txt in db folder and fill it.docker compose up --build -ddocker compose exec -it db uv run alembic upgrade head.env file from .env.dist and fill it.password.txt in db folder and fill it.docker compose up --build -d db redisuv sync.venv with uv venv --seedsource .venv/bin/activatealembic upgrade headpython -m botUSE_WEBHOOK to True in .envBOT_SECRET_TOKENAPI_HOST to your domainORIGINS in .envpython -m botdocker compose -f compose.yml -f compose.prod.yml up --build -d
alembic upgrade head
alembic revision --autogenerate -m "<migration_name>"
Some environment variables in the .env file have a default value of changethis.
You have to change them with a secret key, to generate secret keys you can run the following command:
python -c "import secrets; print(secrets.token_urlsafe(32))"
Selected from shared topics, language and repository description—not editorial ratings.
BaggerFast /
This is template for telegram bots by aiogram
75/100 healthDaniil-Osipov-svg /
This is my first python project for making Telegram bot
27/100 healthflopsreallygotit /
Do you want to know what people think about you? Or maybe you want to leave a review about someone? Then this bot is perfect for you. Only 2 commands that can change or show a person's current characteristics. It's time to become a real favorite or transform into a real villain.
51n1au5k1 /
This project is a robust Telegram bot built with Python's aiogram library. It features middleware for authentication, throttling, and logging to ClickHouse. The bot carefully manages user interactions using a whitelist mechanism and logs all actions for auditing purposes.
31/100 health