A multi-user Flask chatroom template for HiveMind.
This simple WebUI allows you to securely interact with your OpenVoiceOS instance through HiveMind.
This is a reference implementation for integrating the HiveMind server-side without requiring users to provide credentials.
For client-side (JavaScript) connection, check out HiveMind-webchat.
Install the package using pip
:
$ pip install hivemind-flask-chatroom
To run the chatroom, use the following command:
$ hivemind-flask-chatroom --port 8985
Note: HiveMind credentials are read from your identity file.