A bot that solves online tests on educational platforms
A bot in the telegram messenger that can solve any mesh test
- Clone this repository via
gh repo clone DavidRomanovizc/cdz-bot
- Setup a virtual environment
python -m venv venv
- Activate the virtual environment and set the requirements
pip install -r requirements.txt
- Rename example environment file
.env.dist
to active environment file.env
and replace the token with your own - Run bot
app.py