The UONET+ client using web scraping
- attendance
- exams
- grades
- homework
- notes
- timetable
- messages
... and more. Check it out full public api.
allprojects {
repositories {
...
jcenter()
}
}
dependencies {
implementation 'io.github.wulkanowy:api:0.13.0'
}
Or you can get last development version with jitpack.