https://github.com/davidromanovizc/cdz-bot
A bot that solves online tests on educational platforms
https://github.com/davidromanovizc/cdz-bot
python telegram
Last synced: 5 months ago
JSON representation
A bot that solves online tests on educational platforms
- Host: GitHub
- URL: https://github.com/davidromanovizc/cdz-bot
- Owner: DavidRomanovizc
- License: mit
- Archived: true
- Created: 2021-11-18T19:52:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-17T14:58:26.000Z (over 3 years ago)
- Last Synced: 2025-02-09T22:33:09.648Z (5 months ago)
- Topics: python, telegram
- Language: Python
- Homepage:
- Size: 84 KB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cdz-bot
A bot that solves online tests on educational platforms## Bot functionality 💡
A bot in the telegram messenger that can solve any mesh test## System requirements 📝
[](https://www.python.org/downloads/)\
[](https://pypi.org/project/aiogram/)\
[](https://pypi.org/project/aiogram/)\
[](https://pypi.org/project/aiogram/)\
[](https://pypi.org/project/aiogram/)\
[](https://pypi.org/project/aiogram/)## Installing ⚙️
1. Clone this repository via ```gh repo clone DavidRomanovizc/cdz-bot```
2. Setup a virtual environment ```python -m venv venv```
3. Activate the virtual environment and set the requirements ```pip install -r requirements.txt```
4. Rename example environment file ```.env.dist``` to active environment file ```.env``` and replace the token with your own
5. Run bot ```app.py```