https://github.com/camarm-dev/api.camarm.fr
camarm api for www.camarm.dev
https://github.com/camarm-dev/api.camarm.fr
Last synced: 3 months ago
JSON representation
camarm api for www.camarm.dev
- Host: GitHub
- URL: https://github.com/camarm-dev/api.camarm.fr
- Owner: camarm-dev
- Created: 2023-05-29T14:51:01.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-11T17:11:55.000Z (almost 2 years ago)
- Last Synced: 2025-03-05T14:18:39.516Z (about 1 year ago)
- Language: HTML
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# api.camarm.fr - Api used by website frontend
This is a private api. It's useless without a frontend.
## How it gets statistics
Using github python sdk, it calculates every addition and deletion resulting to a number of lines !
## Run
```shell
pip install -r requirements.txt
```
`.env`
```dotenv
GITHUB=ghp_your token
EMAIL=provider id / email
PASSWORD=email_pass
DATABASE=your_mongo
```
```shell
uvicorn main:app
```