No description
.circleci | ||
.idea/codeStyles | ||
gradle/wrapper | ||
src | ||
.gitignore | ||
build.gradle | ||
gradlew | ||
gradlew.bat | ||
LICENSE | ||
README.md | ||
settings.gradle |
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.7.6'
}
Or you can get last development version with jitpack.