No description
Find a file
2019-09-30 10:12:06 +00:00
.circleci Add missing checkout in circleci conf 2019-06-10 15:58:59 +02:00
.idea/codeStyles Reformat code 2019-08-13 11:40:38 +02:00
gradle/wrapper Update gradle wrapper to 5.6.2 2019-09-25 16:00:49 +02:00
src Merge branch 'grades-points-stat' 2019-09-29 18:14:14 +02:00
.editorconfig Exclude start index from not logged in check matching 2019-08-13 11:47:51 +02:00
.gitignore Add ktlint 2019-01-27 20:10:29 +01:00
build.gradle Bump okhttp3 from 3.12.5 to 3.12.6 (#37) 2019-09-30 10:12:06 +00:00
gradlew Update gradle wrapper to 5.6.2 2019-09-25 16:00:49 +02:00
gradlew.bat Update gradle wrapper to 5.6.2 2019-09-25 16:00:49 +02:00
LICENSE Update licence copyright 2019-08-29 13:17:18 +02:00
README.md Version 0.10.2 2019-09-10 12:43:53 +02:00
settings.gradle Version 0.6.0 2018-12-16 18:10:29 +01:00

UONET+ Scraping API

The UONET+ client using web scraping

CircleCI Codecov Bintray JitPack License Trello Discord

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.10.2'
}

Or you can get last development version with jitpack.