https://github.com/sidpatchy/clairedata
ClaireBot REST API
https://github.com/sidpatchy/clairedata
Last synced: about 1 year ago
JSON representation
ClaireBot REST API
- Host: GitHub
- URL: https://github.com/sidpatchy/clairedata
- Owner: Sidpatchy
- License: gpl-3.0
- Created: 2022-10-12T00:33:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-25T01:02:00.000Z (over 3 years ago)
- Last Synced: 2025-02-08T16:15:27.084Z (over 1 year ago)
- Language: Java
- Size: 80.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ClaireData
ClaireBot REST API
# Setup a Working Copy
Currently, unlike ClaireBot this project is built with credentials baked in. Due to this, using the pre-built version is
a massive security flaw. You should absolutely change the authentication details before using this.
1) Clone the repo
2) Edit the password details in src/main/resources/application.yml
3) Run "./gradlew build" if on Linux or "gradlew build" if on Winblows.
4) Collect the biggest jar file from build/libs/.