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