No description
Find a file
2019-09-04 21:42:00 +02: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 2019-09-02 16:36:13 +02:00
src Change implementation of getKidsLuckyNumbers() to return objects instead ints 2019-09-02 17:26:50 +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 Version 0.10.0 2019-09-04 21:42:00 +02:00
gradlew Update gradle wrapper to 5.1.1 2019-04-19 12:18:11 +02:00
gradlew.bat Update gradle wrapper to 5.1.1 2019-04-19 12:18:11 +02:00
LICENSE Update licence copyright 2019-08-29 13:17:18 +02:00
README.md Version 0.10.0 2019-09-04 21:42:00 +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.0'
}

Or you can get last development version with jitpack.