https://github.com/iamlostshe/codewars-progress
Бот для отслеживания прогресса на codewars.com
https://github.com/iamlostshe/codewars-progress
analitica automation bot bots codewars env enviroment mit mit-license progress python python3 requirements telegram telegram-bot telegram-bots
Last synced: about 11 hours ago
JSON representation
Бот для отслеживания прогресса на codewars.com
- Host: GitHub
- URL: https://github.com/iamlostshe/codewars-progress
- Owner: iamlostshe
- License: mit
- Created: 2024-12-19T18:22:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-26T18:46:03.000Z (11 months ago)
- Last Synced: 2025-07-26T23:06:51.844Z (11 months ago)
- Topics: analitica, automation, bot, bots, codewars, env, enviroment, mit, mit-license, progress, python, python3, requirements, telegram, telegram-bot, telegram-bots
- Language: Python
- Homepage:
- Size: 7.71 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CODEWARS-PROGRESS
Бот для отслеживания прогресса на codewars.com
### Установка / Installation
1. **Клонируем репозиторий:**
``` bash
git clone https://github.com/iamlostshe/CODEWARS-PROGRESS
```
2. **Переходим в дирректорию с проектом:**
``` bash
cd CODEWARS-PROGRESS
```
3. **Устанавливаем необходимые зависимости:**
``` bash
pip install -r requirements.txt
```
> Если вы под Linux-ом не забудьте создать виртуальное окружение
> ``` bash
> python -m venv venv
> . venv/bin/activate
> ```
4. **Заполняем поля в `.env.dist` и переименовываем его в `.env`**
5. **Запуск бота**
```
python3 bot.py
```
### Структура проекта
```
requirements.txt - зависимости проекта
bot.py - файл запуска бота
utils - утилиты
handlers - хендлеры
.env - файл с токеном
```
