Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hluciana authored Sep 10, 2023
1 parent eb2131e commit 5abee7f
Showing 1 changed file with 21 additions and 9 deletions.
30 changes: 21 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<h1 align="center"><img src="/images/razenager.png" alt="razenager"></h1>
<h2 align="center">ALPHA v2.4</h2>
<h2 align="center">ALPHA v2.8</h2>

## Table of Contents

Expand Down Expand Up @@ -31,16 +31,28 @@ Update-Package -Reinstall
```
## Usage

<p>When using the program, the user will be prompted to enter student login credentials and select the type of browser (Brave or Chrome) to use for data extraction:</p>
<p>Login section(coming soon): By entering the user's credentials, you can obtain their token.</p>
<p><img src="/images/login.png" alt="login"></p>
<p>In the "data" section, you can select the user information you need and download it in JSON format:</p>
<p><img src="/images/data.png" alt="data"></p>
<p>In the "token" section, you can enter a student UPN token to directly obtain their personal information:</p>
<p><img src="/images/token.png" alt="token"></p>
<p>In the "Decode URL" section, you can encode and decode the URLs you need:</p>
<p>Info section:</p>

- By entering the user's token, you can obtain their personal information such as: DNI, full name, date of birth, contact number, etc.
- By entering the user's token, you can obtain the grades for all the courses they have taken in each academic term.
<div style="display:flex;">
<img src="/images/infov1.png" alt="infov1" style="width:40%;">
<img src="/images/infov2.png" alt="infov2" style="width:40%;">
</div>
<p>Courses section:</p>

- Get courses data: By entering the user's token, you can obtain the courses they are currently taking.
- Get course note: By entering the sub-token of a specific course along with the user's token, you can obtain the current grades for that course.
<div style="display:flex;">
<img src="/images/coursesv1.png" alt="coursesv1" style="width:40%;">
<img src="/images/coursesv2.png" alt="coursesv2" style="width:40%;">
</div>
<p>Decode URL section: You can encode and decode any URL you want.</p>
<p><img src="/images/decode.png" alt="decode"></p>
<p>And finally in the "config" section, you can make some changes to the user API URL if necessary:</p>
<p>Config section: You can make changes to the URLs of the APIs used to obtain user data.</p>
<p><img src="/images/config.png" alt="config"></p>

##
<h4 align="center">HappyLife</h1>
<h4 align="center">Created by HappyLife</h1>

0 comments on commit 5abee7f

Please sign in to comment.