Skip to content

Commit

Permalink
Update esprit-py library with new features and improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLime1 committed Feb 3, 2024
1 parent 711b534 commit c662dfe
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 6 deletions.
18 changes: 15 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
# esprit-api

# <img src="https://esprit.tn/favicon.ico" width="28px" /> esprit-py

> [!NOTE]
> Please note that this library is not an official API provided by Esprit and is intended for educational and personal use only.
## Features

- Get your exact timetable pdf not 300 pages pdf
- Get your grades
- Get your absences
- Get your credits

missing stuff:
- [ ] download any time table from the esprit website , not only the last one
- [ ] download any time table from the esprit website , not only the last one
- [ ] post stuff (reclamation,document stage,teacher evaluation) *dangereous area tbh*

1 change: 1 addition & 0 deletions esprit/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from .esprit import Esprit
File renamed without changes.
6 changes: 3 additions & 3 deletions esprit/esprit.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import requests
from auth import Auth
from grade_scrape import Grade
from absence_scrape import Absence
from time_schedule_scrape import TimeSchedule
from grade import Grade
from absence import Absence
from time_schedule import TimeSchedule
from credit import Credit


Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit c662dfe

Please sign in to comment.