lectio_wrapper 0.1.5 lectio_wrapper: ^0.1.5 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 #
A quick example to fetch your homework:
Account account = Account(<id>, <username>, <password>);
Student? student = await account.login();
var homework = await student!.getHomework();
Features #
Feature | Implementation | Stable |
---|---|---|
getHomework() | ✅ | ✅ |
getAssignments() | ✅ | |
getMessages() | ✅ | |
getCalendar() | ✅ | ✅ |
getImage() | ✅ | ✅ |
getMessageContent() | ||
getAbsence() | ||
getGrades() | ||
listGyms() | ✅ |
Additional information #
You are welcome to contribute, it's a fairly easy subject.