AI Dungeon api for python
Project description
AIDungeonAPI
UNOFFICIAL Api to interface with AI dungeon
Example
from aidungeonapi import AIDungeonClient
import asyncio
async def callback(result):
print(result)
async def blocking_task():
while True:
await asyncio.sleep(10)
async def main():
aidc = await AIDungeonClient(debug=True)
adventure = await aidc.connect_to_public_adventure('51e86616-507f-49f7-b07d-9a58b3261781')
await adventure.register_actions_callback(callback)
await asyncio.create_task(blocking_task())
asyncio.run(main())
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
aidungeonapi-0.0.6.tar.gz
(5.3 kB
view hashes)
Built Distribution
Close
Hashes for aidungeonapi-0.0.6-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 96825637ff42bc9ee4f98fc8a2d07e60fd0920d1f2ee2e2f25696dfe5e5209b1 |
|
MD5 | e714de4284db2d672dfd8b88ca64848d |
|
BLAKE2b-256 | a63c5b3732477fff6b27c37c5a076b331296c49e96ab62ca78724a297b3006ce |