A tool to automatically fetch your grades from the IUT RCC university portal and send a detailed summary to your Discord.
The tracker periodically retrieves your new grades and delivers them in an easy-to-read Discord embed format, keeping you informed of your academic progress.
You can use Docker or install this app manually. Here's how:
- Install Node.js.
- Download or clone the project.
- Navigate to the project directory.
- Install the dependencies:
npm install
- Build the project:
npm run build
The configuration details must be set inside a .env
file at the root of the project. An exemple is provided inside .env.example
.
To start the application, run:
npm start
Alternatively, you can use Docker to set up and run the project:
- Build the Docker image:
docker build -t iut-rcc-grades-tracker .
- Run the Docker container:
docker run --env-file .env iut-rcc-grades-tracker
See the license.