Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

wulkanowy/api

Repository files navigation

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.13.0'
}

Or you can get last development version with jitpack.