Skip to content

Zukijourney Wrapper for python. Made by heavily referencing @Sabsterexx . lol

Notifications You must be signed in to change notification settings

Aunchers/zukiPy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zukiPy

zukiPy is a Python wrapper for the zukijourney API. The wrapper is made by 1_aunchers, heavily referencing the zukijs wrapper by Saberstexx.

Installation

To install zukiPy, simply run:

pip install git+https://github.com/Launchers-1/zukipy

Usage

Here's an example of how to use zukiPy:

import zukiPy
import asyncio

api_key ="{your-api-key}" #Get your API key from discord.gg/zukijourney
zukiAI = zukiPy.zukiCall(api_key)


async def main():
  chatresponse = await zukiAI.zuki_chat.sendMessage("Launchers", "Hello")
  print("Chat Response:", chatresponse)


# You also need to run the async function
asyncio.run(main())

For more details, visit the wiki

Credits

  • zukiPy wrapper: 1_aunchers
  • zukijs wrapper: Saberstexx
  • zukijourney API: zukixa

About

Zukijourney Wrapper for python. Made by heavily referencing @Sabsterexx . lol

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages