https://github.com/barabum0/aiogram-template
Template repository for Aiogram bots with Loguru included!
https://github.com/barabum0/aiogram-template
aiogram loguru python telegram template
Last synced: about 1 year ago
JSON representation
Template repository for Aiogram bots with Loguru included!
- Host: GitHub
- URL: https://github.com/barabum0/aiogram-template
- Owner: barabum0
- License: mit
- Created: 2024-12-07T19:45:51.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-07T20:23:53.000Z (over 1 year ago)
- Last Synced: 2025-02-03T10:33:53.996Z (over 1 year ago)
- Topics: aiogram, loguru, python, telegram, template
- Language: Python
- Homepage:
- Size: 59.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Template for my Aiogram bots with Loguru
Feel free to use!
### Before using, rename the project and docker image in following files
- [`pyproject.toml`](pyproject.toml)
- [`docker-compose.yml`](docker-compose.yml)
- [`.github/workflows/build-docker-image-release.yml`](.github/workflows/build-docker-image-release.yml)
- **and uncomment the `on` section in this file for it to work**