No description
Find a file
2019-03-03 21:49:43 +01: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 Fix getMessageSender args order 2019-03-03 21:49:43 +01:00
.gitignore Add ktlint 2019-01-27 20:10:29 +01:00
build.gradle Bump ktlint from 0.29.0 to 0.30.0 (#8) 2019-02-05 09:55:33 +01: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.6.6 2019-01-25 21:25:22 +01: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.6.6'
}

Or you can get last development version with jitpack.