edupage-api icon indicating copy to clipboard operation
edupage-api copied to clipboard

A python library for accessing your Edupage account

Results 13 edupage-api issues
Sort by recently updated
recently updated
newest added

Hopefully fixes #97. Currently there is support for "statistics" (how many late/excused/unexcused/absent lessons?) and arrivals (the time of arrival and departure from school). ## Example usage Here is a short...

Hi, do you know if it is possible to read all the `EventType.ARRIVAL_TO_SCHOOL` from the past? Using `edupage.get_notifications()` returns only few today's events of that type. In offic app in...

Code in get_my_timetable obtains gpid and gsh successfully Subsequent /gcall returns 'Insuficient privileg' in text, specifically: ``` "JS:var gi10507=document.getElementById('gip13182150').ASC_gjsc;Error2874269384 - Insuficient privileg" ``` Do I need API calls enabled or...

bug