No description
Find a file
2019-04-18 01:47:16 +02:00
.circleci Add grade details and devices list from new student module api 2018-11-21 23:43:06 +01:00
.idea/codeStyles cs fix 2019-02-11 23:56:21 +01:00
gradle/wrapper Update gradle wrapper 2019-01-23 19:14:58 +01:00
src Remove students discover on multilogin account 2019-04-18 01:39:42 +02:00
.gitignore Add ktlint 2019-01-27 20:10:29 +01:00
build.gradle Use no-tzdb version of threetenbp on compile time 2019-04-18 01:47:16 +02:00
gradlew Add base files 2018-08-17 17:10:29 +02:00
gradlew.bat Add base files 2018-08-17 17:10:29 +02:00
LICENSE Initial commit 2018-08-17 16:59:51 +02:00
README.md Version 0.7.6 2019-04-07 11:04:27 +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.7.6'
}

Or you can get last development version with jitpack.