https://github.com/d2verb/wuwa-wiki-api
https://github.com/d2verb/wuwa-wiki-api
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/d2verb/wuwa-wiki-api
- Owner: d2verb
- Created: 2025-04-26T18:10:46.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-30T11:49:25.000Z (about 1 year ago)
- Last Synced: 2025-07-23T19:05:22.670Z (11 months ago)
- Language: Python
- Size: 185 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wuwa wiki api
A [Wuthering Waves](https://wutheringwaves.kurogames.com/) API server that uses
wiki pages as its data source.
## Requirements
- Python 3.12 or higher
- uv
- Taskfile
## Quick Start
Run the following command and then open your browser to access
`http://127.0.0.1/graphql`.
```
$ task run
```
To run type checking, execute the following command.
```
$ task tyepcheck
```
To export GraphQL schema, execute the following command.
```
$ task export-graphql
```
To run tests, execute the following command.
```
$ task test
```