Razenager helps you get information from a UPN student
I am working on improvements and adding new features
You are free to modify the code in your own way and test it for educational purposes
git clone https://github.com/hluciana/Razenager.git
Go to Tools -> NuGet Package Manager -> Package Manager Console
Update-Package -Reinstall
Login section(coming soon): By entering the student's credentials, you can obtain their token.
Info section:
- Personal Info: By entering the student's token, you can obtain their personal information such as: DNI, full name, date of birth, contact number, etc.
- Historical grades: By entering the student's token, you can obtain the grades for all the courses they have taken in each academic term.
Courses section:
- Get courses data: By entering the student's token, you can obtain the courses they are currently taking.
- Get course grades: By entering the sub-token of a specific course along with the student's token, you can obtain the current grades for that course.
Decode URL section: You can encode and decode any URL you want.
Config section: You can make changes to the URLs of the APIs used to obtain student data.