Skip to content

hluciana/Razenager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 

Repository files navigation

razenager

ALPHA v2.8.1

Table of Contents

Description

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

Installation

Clone this repository

git clone https://github.com/hluciana/Razenager.git

Dependencies

Go to Tools -> NuGet Package Manager -> Package Manager Console

Update-Package -Reinstall

Usage

Login section(coming soon): By entering the student's credentials, you can obtain their token.

login

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.
infov1 infov2

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.
coursesv1 coursesv2

Decode URL section: You can encode and decode any URL you want.

decode

Config section: You can make changes to the URLs of the APIs used to obtain student data.

config

Created by HappyLife