zukiPy
is a Python wrapper for the zukijourney
API. The wrapper is made by 1_aunchers, heavily referencing the zukijs
wrapper by Saberstexx.
To install zukiPy
, simply run:
pip install git+https://github.com/Launchers-1/zukipy
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
zukiPy
wrapper: 1_auncherszukijs
wrapper: Saberstexxzukijourney
API: zukixa