https://github.com/vinceh121/jpronote
JPronote is an unofficial wrapper for Index Education's Pronote API
https://github.com/vinceh121/jpronote
aes hacktoberfest java java-library pronote rest-api rsa wrapper
Last synced: 7 months ago
JSON representation
JPronote is an unofficial wrapper for Index Education's Pronote API
- Host: GitHub
- URL: https://github.com/vinceh121/jpronote
- Owner: vinceh121
- License: gpl-3.0
- Created: 2019-05-26T20:40:15.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-27T09:31:43.000Z (about 2 years ago)
- Last Synced: 2025-01-26T09:21:30.612Z (over 1 year ago)
- Topics: aes, hacktoberfest, java, java-library, pronote, rest-api, rsa, wrapper
- Language: Java
- Homepage:
- Size: 151 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jpronote
JPronote is an unofficial wrapper for the Pronote API
## Using
Add the maven.vinceh121.me snapshots repository
```xml
vinceh121.me
https://maven.vinceh121.me/snapshots
```
And finally add the snapshot dependency
```xml
me.vinceh121
jpronote
0.0.1-SNAPSHOT
```
## Licensing
Copyright (C) 2019 Vincent Hyvert & Cynthia Rey & contributors
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see .