Metadata-Version: 2.1
Name: hivemind-flask-chatroom
Version: 0.1.0
Summary: Hivemind OVOS Chatroom
Home-page: https://github.com/JarbasHiveMind/hivemind-flask-chatroom
Author: jarbasAI
Author-email: jarbasai@mailfence.com
License: Apache2.0
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: hivemind-bus-client
Requires-Dist: flask

# HiveMind - Flask Chat Room

![logo](./flask.png)

A multi-user Flask chatroom template for [HiveMind](https://github.com/OpenJarbas/HiveMind-core).

This simple WebUI allows you to securely interact with your OpenVoiceOS instance through [HiveMind](https://github.com/OpenJarbas/HiveMind-core).

![image](https://github.com/user-attachments/assets/2b75d944-25a1-4dac-887f-5aa8de7c840f)

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](https://github.com/OpenJarbas/HiveMind-webchat).

## Installation

Install the package using `pip`:

```bash
$ pip install hivemind-flask-chatroom
```

## Running the Application

To run the chatroom, use the following command:

```bash
$ hivemind-flask-chatroom --port 8985
```

> Note: HiveMind credentials are read from your identity file.
