https://github.com/profcomff/social-api
Система мониторинга активности и мотивации
https://github.com/profcomff/social-api
internal-service
Last synced: 6 months ago
JSON representation
Система мониторинга активности и мотивации
- Host: GitHub
- URL: https://github.com/profcomff/social-api
- Owner: profcomff
- License: bsd-3-clause
- Created: 2023-03-12T11:28:52.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-22T21:20:28.000Z (10 months ago)
- Last Synced: 2025-04-22T22:30:19.974Z (10 months ago)
- Topics: internal-service
- Language: Python
- Homepage:
- Size: 230 KB
- Stars: 10
- Watchers: 0
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# social-api
Бот для выдачи печенек за активности
[
](https://easycode.profcomff.com/templates/docker-fastapi/workspace?mode=manual¶m.Repository+URL=https://github.com/profcomff/social-api.git¶m.Working+directory=social-api)
## Запуск
1) Перейдите в папку проекта
2) Создайте виртуальное окружение командой и активируйте его:
```console
foo@bar:~$ python3 -m venv venv
foo@bar:~$ source ./venv/bin/activate # На MacOS и Linux
foo@bar:~$ venv\Scripts\activate # На Windows
```
3) Установите библиотеки
```console
foo@bar:~$ pip install -r requirements.txt
```
4) Запускайте приложение!
```console
foo@bar:~$ python -m social
```
## ENV-file description
DB_DSN=
---