https://github.com/tapeline/sdamgiabot
[[RU only]] Bot for exercising GIA (EGE) exams
https://github.com/tapeline/sdamgiabot
aiogram bot docker docker-compose python telegram-bot
Last synced: 11 months ago
JSON representation
[[RU only]] Bot for exercising GIA (EGE) exams
- Host: GitHub
- URL: https://github.com/tapeline/sdamgiabot
- Owner: Tapeline
- License: gpl-3.0
- Created: 2024-07-19T18:21:22.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-04-08T05:29:13.000Z (about 1 year ago)
- Last Synced: 2025-04-13T17:45:59.380Z (about 1 year ago)
- Topics: aiogram, bot, docker, docker-compose, python, telegram-bot
- Language: Python
- Homepage:
- Size: 48.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📕 Sdamgia bot
`RU` locale only



Bot for exercising GIA (EGE) exams
* [📕 Sdamgia bot](#-sdamgia-bot)
* [Starting](#starting)
* [Deploying remotely](#deploying-remotely)
* [Running locally](#running-locally)
* [Usage](#usage)
* [Tech stack](#tech-stack)
* [Developer](#developer)
* [License](#license)
## Starting
### Deploying remotely
Bot uses Docker+Docker Compose for deployment.
```shell
git clone https://github.com/Tapeline/Sdamgiabot.git
cd Sdamgiabot
docker compose up -d
```
Provide `BOT_TOKEN` environment variable when starting Compose.
### Running locally
For running locally bot requires `wkhtmltopdf` installed. More info
about this requirement at [imgkit page](https://pypi.org/project/imgkit/)
and [wkhtmltopdf page](https://wkhtmltopdf.org/).
> **Attention!**
>
> On Windows you must explicitly pass the path to `wkhtmltoimage.exe`
> through env `WKHTMLTOIMAGE_BIN`
All pip requirements are listed in `requirements.txt`.
## Usage
Bot supports several commands (no buttons, because I'm too lazy)
All info about them is listed in `/help`
## Tech stack






## Developer
Project is being developed by [@Tapeline](https://www.github.com/Tapeline)
## License
This work is licensed under GNU General Public License v3.0