Count the number of experience points for EPITECH's Hub module (for students).
- The number of xp you obtained
- The number of xp you lost
- The number of time you can still participate in talks or workshops or hackathons before reaching the limit
- The number of time you can still organize talks or workshops or hackathons before reaching the limit (if limit is 9999 for hackathons = unlimited, it won't display anything for hackathons)
- Hub Talks (organization or participation)
- Workshops (organization or participation)
- Hackthons (organization or participation)
This programme doesn't take in account Hub projects and experimentations.
- php
- php-curl (for ubuntu 20.* run: 'sudo apt install php-curl')
- Clone this repository
- Navigate in the repository
- Change the email and the year inside conf.json
- Get your intranet Autologin link on this page https://intra.epitech.eu/admin/autolog
- Create a file named "autologin" at the root of the repository
- Copy the part of your autologin after 'https://intra.epitech.eu/' (For example if my autologin is 'https://intra.epitech.eu/auth-6526' I need to copy 'auth-6526')
- Past what you have copied in the previously created file 'autologin' (on a single line, without new line at the end)
- Run ./example at the root of the repository (With the exmaple you can also use the argument '--details' for more details on your hub module)