Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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```