2018-12-31 20:21:00 +01:00
|
|
|
# UONET+ Scraping API
|
|
|
|
|
|
|
|
> The UONET+ client using web scraping
|
2018-08-20 21:10:40 +02:00
|
|
|
|
|
|
|
[![CircleCI](https://img.shields.io/circleci/project/github/wulkanowy/api/master.svg?style=flat-square)](https://circleci.com/gh/wulkanowy/api)
|
|
|
|
[![Codecov](https://img.shields.io/codecov/c/github/wulkanowy/api/master.svg?style=flat-square)](https://codecov.io/gh/wulkanowy/api)
|
|
|
|
[![Bintray](https://img.shields.io/bintray/v/wulkanowy/wulkanowy/api.svg?style=flat-square)](https://bintray.com/wulkanowy/wulkanowy/api)
|
2019-01-01 17:53:29 +01:00
|
|
|
[![JitPack](https://img.shields.io/jitpack/v/wulkanowy/api.svg?style=flat-square)](https://jitpack.io/#wulkanowy/api)
|
2018-08-31 13:45:06 +02:00
|
|
|
[![License](https://img.shields.io/github/license/wulkanowy/api.svg?style=flat-square)](https://github.com/wulkanowy/api)
|
2019-01-01 17:40:48 +01:00
|
|
|
[![Trello](https://img.shields.io/badge/trello-api-blue.svg?style=flat-square)](https://trello.com/b/h9mKsEjb/api)
|
2018-08-20 21:10:40 +02:00
|
|
|
[![Discord](https://img.shields.io/discord/390889354199040011.svg?style=flat-square)](https://discord.gg/vccAQBr)
|
2018-12-31 20:21:00 +01:00
|
|
|
|
|
|
|
|
|
|
|
## Features
|
|
|
|
|
|
|
|
- attendance
|
|
|
|
- exams
|
|
|
|
- grades
|
|
|
|
- homework
|
|
|
|
- notes
|
|
|
|
- timetable
|
|
|
|
- messages
|
|
|
|
|
2019-04-07 11:04:27 +02:00
|
|
|
... and more. Check it out [full public api](https://github.com/wulkanowy/api/blob/0.7.6/src/main/kotlin/io/github/wulkanowy/api/Api.kt).
|
2018-12-31 20:21:00 +01:00
|
|
|
|
|
|
|
|
|
|
|
## Download
|
|
|
|
|
|
|
|
```gradle
|
|
|
|
allprojects {
|
|
|
|
repositories {
|
|
|
|
...
|
|
|
|
jcenter()
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
dependencies {
|
2019-04-07 11:04:27 +02:00
|
|
|
implementation 'io.github.wulkanowy:api:0.7.6'
|
2018-12-31 20:21:00 +01:00
|
|
|
}
|
|
|
|
```
|
|
|
|
|
|
|
|
Or you can get last development version with [jitpack](https://jitpack.io/#wulkanowy/api).
|