No description
Find a file
2019-10-27 11:29:17 +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
gradle/wrapper Update gradle wrapper to 5.6.2 2019-09-25 16:00:49 +02:00
src Add support for edu.lublin.eu 2019-10-27 11:29:17 +01: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 ktlint from 0.34.2 to 0.35.0 (#42) 2019-10-14 21:02:13 +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.11.0 2019-10-06 22:45:07 +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.11.0'
}

Or you can get last development version with jitpack.