Skip to content

atorsvn/inworld_python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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==0.0.10

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)

For examples, see the examples directory Here link

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%