Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidromanovizc/cdz-bot
A bot that solves online tests on educational platforms
https://github.com/davidromanovizc/cdz-bot
async async-await asyncio postgresql python python3 requests script sqlalchemy telegram telegram-bot
Last synced: 26 days 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
- Created: 2021-11-18T19:52:33.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-17T14:58:26.000Z (over 2 years ago)
- Last Synced: 2023-03-05T23:14:19.164Z (over 1 year ago)
- Topics: async, async-await, asyncio, postgresql, python, python3, requests, script, sqlalchemy, telegram, telegram-bot
- Language: Python
- Homepage: https://t.me/Cdz_Premium_Bot
- Size: 84 KB
- Stars: 6
- Watchers: 1
- 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 📝
[![Python](https://img.shields.io/badge/Python-3.8%2B-yellow?style=flat-square)](https://www.python.org/downloads/)\
[![Aiogram](https://img.shields.io/badge/aiogram-2.11.2-blue?style=flat-square)](https://pypi.org/project/aiogram/)\
[![loguru](https://img.shields.io/badge/loguru-0.5-red?style=flat-square)](https://pypi.org/project/aiogram/)\
[![requests](https://img.shields.io/badge/requests-2.25.1-pink?style=flat-square)](https://pypi.org/project/aiogram/)\
[![asyncpg](https://img.shields.io/badge/asyncpg-0.25-green?style=flat-square)](https://pypi.org/project/aiogram/)\
[![SQLAlchemy](https://img.shields.io/badge/SQLAlchemy-1.4.21-orange?style=flat-square)](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```