https://github.com/kapi2289/vulcan-api
Unofficial UONET+ e-register API
https://github.com/kapi2289/vulcan-api
api dzienniczek uonet uonetplus vulcan
Last synced: about 1 year ago
JSON representation
Unofficial UONET+ e-register API
- Host: GitHub
- URL: https://github.com/kapi2289/vulcan-api
- Owner: kapi2289
- License: mit
- Created: 2018-12-20T23:20:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-18T08:08:01.000Z (over 1 year ago)
- Last Synced: 2024-10-29T23:54:55.529Z (over 1 year ago)
- Topics: api, dzienniczek, uonet, uonetplus, vulcan
- Language: Python
- Homepage: https://vulcan-api.readthedocs.io/
- Size: 361 KB
- Stars: 70
- Watchers: 4
- Forks: 17
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Vulcan API
## Description
Unofficial API for UONET+ e-register from [Vulcan](https://vulcan.edu.pl/). It's using the mobile API, so you can register it as a mobile device.

## Installation
You can install `vulcan-api` using `pip`
```console
$ python -m pip install vulcan-api
```
or you can build yourself the latest version
```console
$ git clone https://github.com/kapi2289/vulcan-api.git
$ cd vulcan-api
$ python -m pip install .
```
## Documentation
You can find the documentation at https://vulcan-api.readthedocs.io/.