Count your xp hubs with a single command. Of course it's possible with this script.
This script lists these different activities:
- Hackathon
- Workshop / CodingBattle
- Talk / Hubtalk
- Experience
You can see all the activities where you have been present or absent as well as the activities where you are registered but which have not yet started.
- NodeJS 14.8.0 or later
- Git
Use NVM (node version manager) to get the correct version of node
Clone the repo and install the dependencies.
git clone https://github.com/hugo-bach/countHubXp.git
cd countHubXp
npm install
Go with your account on the intra > Administration section > Generate autologin link. Otherwise it's faster to click here
You have a link of the followin format:
https://intra.epitech.eu/auth-id
Copy this id
! WARNING: Never communicate your link or autologin code.
! This script does not send any request other than that of the intra
Create your .env
file at the root of the project
Insert in your file the following code :
ID_AUTOLOGIN="id"
id
: it's your id of autologin link of epitech intra
npm start
Thx and don't forget to subscribe and put your star