Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 838 Bytes

README.md

File metadata and controls

27 lines (24 loc) · 838 Bytes

💻 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://github.com/zukijourney/api-docs

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://zukijourney.xyzbot.net/v1/...

RP Endpoints

  • Description: Our RP endpoints.
  • Endpoint: https://zukijourney.xyzbot.net/unf/...

How To Run

API

# Install dependencies
pip install -r requirements.txt
# Run the server
python3 run --(dev/prod)