Skip to content

zukijourney/api-oss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

💻 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)