https://github.com/sigmanificient/my-epitech-cli
Cli that display results from my.epitech.eu
https://github.com/sigmanificient/my-epitech-cli
Last synced: 4 months ago
JSON representation
Cli that display results from my.epitech.eu
- Host: GitHub
- URL: https://github.com/sigmanificient/my-epitech-cli
- Owner: Sigmanificient
- Created: 2023-08-01T13:34:09.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-03T12:38:01.000Z (about 2 years ago)
- Last Synced: 2025-05-14T18:09:39.347Z (5 months ago)
- Language: Python
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# install
Fetch the `my-epitech-relay` submode and copy it to the `install` folder.
```sh
git submode update --init
cp my-epitech-relay install
```In this folder, you need to setup the `.env` file properly.
```
cp .env.example .env
```Set the `BROWSER_BINARY_PATH`. For instance:
> `BROWSER_BINARY_PATH=/nix/store/.../bin/chromium`Install the node dependancy, build and run the server:
```
npm install
npm run build
npm run start
```If this is the first time you run it, it might show your a login window.
Now you can run the `python main.py` script to fetch the last report update.