lectio_wrapper 0.7.8
lectio_wrapper: ^0.7.8 copied to clipboard
A client wrapper for Lectio. Everything runs and is scraped without thirdparty. This means it is as secure as typical Lectio browsing.
A client wrapper for the popular Lectio app, mostly used by danish students.
This library is being developed, which means it isn't fully stable and needs a lot of refactoring. Things are bound to change.
Usage #
Login by making an Account object, and calling .login(autologin:false), which returns a Student object. Student object has listed features to call:
| Feature | Implementation |
|---|---|
| homework | ✅ |
| assignments | ✅ |
| messages | ✅ |
| weeks | ✅ |
| grades | ✅ |
| absence | ✅ |
| absence.registrations | ✅ |
| grades.notes | ✅ |
| classes | ✅ |
| events | ✅ |
| gyms | ✅ |
Currently only absence supports updating data. |
More features will be added.
Additional information #
You are welcome to contribute, it's a fairly easy subject.