No description
Find a file
2019-01-12 20:50:58 +01:00
.circleci Add grade details and devices list from new student module api 2018-11-21 23:43:06 +01:00
gradle/wrapper Add base files 2018-08-17 17:10:29 +02:00
src Avoid leaking emails addresses in exception messages 2019-01-12 20:50:58 +01:00
.gitignore Add snp repo with notes 2018-08-20 15:03:14 +02:00
build.gradle Version 0.6.3 2019-01-09 21:07:47 +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.3 2019-01-09 21:07:47 +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.3'
}

Or you can get last development version with jitpack.