No description
Find a file
2019-12-07 22:44:54 +01: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
api Version 0.13.0 2019-12-07 22:44:54 +01:00
gradle/wrapper Update gradle wrapper to 5.6.4 2019-11-06 22:56:04 +01:00
.editorconfig Exclude start index from not logged in check matching 2019-08-13 11:47:51 +02:00
.gitignore Move sources to api module 2019-12-07 22:29:16 +01:00
build.gradle Version 0.13.0 2019-12-07 22:44:54 +01: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.13.0 2019-12-07 22:44:54 +01:00
settings.gradle Move sources to api module 2019-12-07 22:29:16 +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.13.0'
}

Or you can get last development version with jitpack.