edupage-api
edupage-api copied to clipboard
A python library for accessing your Edupage account
An algorithm that will automatically order lunches so that all students have lunch (most usefull for those who always forget) Possible ticking of boxes with preferences, and then if lunch...
**Describe the bug** When requesting grades, if the grade is not one of the three types in the code (eg. is not 1-5, points or percentages but for example text),...
**Describe the bug** When using the substitution-cli.py there is always an error on getting the missing teachers. **Your code** ```python python3 substitution-cli.py --format csv "FOO" "BAR" "BAZ" ``` **Error message**...
Is there support for editing the school website in the library expansion plans? I am looking for the ability to modify: - news - gallery album - file attachments (upload...
Fixes #71 I've added a new class: ```python3 @dataclass class EduTextGrade: grade_id: int comment: Optional[str] grade_type: int date: datetime subject_id: int subject_name: Optional[str] ``` And 2 new methods: ```python3 from...
My wife is a teacher and her school uses EduPage. She asked me whether it's possible to link her timetable with the alarm on her phone, so its automatically set...
**Describe the bug** I cant use get_my_timetable() from your example. In my case I think there comes only one element but in your code you use [1]... **Your code** ```python...
It would be great if it would be possible to create events. e.g. for Exams for individual Students.
**Describe the bug** The lunches_data in the edupage api.lunches returns `[]` at times and is not handled at all **Your code** ```python ... lunch = edupage.get_lunches(date) ... ``` **Error message**...