Awesome
💻 Zukijourney - Code
The not-so-incredible code for the Zukijourney API and bot. 🤖
Documentation on the current, operational version of Zukijourney is available here: https://docs.zukijourney.com/ai
Requirements
- Python 3.9+ 🐍
- Redis Database 📚
- A Braincell 🧠
Endpoints
This is a list of all the endpoints that are currently available, so people won't be confused on how to use our API. 🚀
Normal Endpoints
- Description: Our non-RP endpoints.
- Endpoint:
https://api.zukijourney.com/v1/...
RP Endpoints
- Description: Our RP endpoints.
- Endpoint:
https://api.zukijourney.com/unf/...
How To Run
API
# Install dependencies
pip install -r requirements.txt
# Run the server
python3 run --(dev/prod)