Inworld Wrapper for Python
Project description
inworld_python
Under construction! Not ready for production use. Currently experimenting and planning!
Developed by Edgelord and ChatGPT (c) 2023
Examples of How To Use (Buggy Alpha Version)
Installation
pip install inworld-python
Note: If you don't have node js installed also do the following
pip install 'nodejs-bin[cmd]'
Usage for dummies even.
from inworld_python import inworld_chat
chat_app = inworld_chat.InWorldChat('inworld_key',
'inworld_secret',
'inworld_scene'
)
# installs the inworld command in the current directory as iw.js
chat_app.setup()
# enter query, user_name, channel_id, and user_id
out = chat_app.chat("What did I just ask?", "blowhard", "3232323", "23232323")
print(out)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
inworld_python-0.0.10.tar.gz
(4.2 kB
view hashes)
Built Distribution
Close
Hashes for inworld_python-0.0.10-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8789320aaf0577cc5a7ff79f47d56b2576ee4f01efcd50c53cade9e9f7e3c0c3 |
|
MD5 | e423275cb6f6bba5b9a14ee1bd81292a |
|
BLAKE2b-256 | dacc60300fcca2f9c55dbb9885f7b27fbeb2470428c82380cb63298585d5768d |