No project description provided
Project description
Celai Chatwoot Connector
celai-chatwoot is Python package that provides a connector for integrating the Cel.ai framework with Chatwoot. This allows seamless communication between your Cel.ai assistants and Chatwoot, enabling you to leverage Chatwoot's powerful customer support features.
Features
- Easy integration with Chatwoot Bot API
- Full stream mode support
- Customizable bot settings
Installation
You can install the celai-chatwoot package using pip:
pip install celai-chatwoot
Usage
To use the celai-chatwoot connector, you need to create an instance of WootConnector and register it with the Cel.ai gateway. Below is an example of how to do this:
import os
from celai_chatwoot.connector import WootConnector
# Create an instance of WootConnector
conn = WootConnector(
bot_name="Bot Name",
access_key=os.environ.get("CHATWOOT_ACCESS_KEY"),
account_id=os.environ.get("CHATWOOT_ACCOUNT_ID"),
chatwoot_url=os.environ.get("CHATWOOT_URL"),
bot_description="This is a test bot",
stream_mode=StreamMode.FULL
)
# Register the connector with the gateway
gateway.register_connector(conn)
Environment Variables
The WootConnector requires the following environment variables to be set:
CHATWOOT_ACCESS_KEY: Your Chatwoot access keyCHATWOOT_ACCOUNT_ID: Your Chatwoot account IDCHATWOOT_URL: The URL of your Chatwoot instance
Run your Cel.ai assistant, then a new Chatwoot bot called "Bot Name" will be created in your Chatwoot instance. Assign the bot to any Inbox you want to use it with.
Implemented Features
| RECEIVE | SEND | |
|---|---|---|
| Text | ✅ | ✅ |
| Image | ✅ | ✅ |
| Audio | ✅ | ✅ |
| Files | ✅ | ❌ |
| Custom Attributes | ❌ | ✅ |
| Video | ❌ | ❌ |
| Location | ✅ | ❌ |
| Buttons | - | ✅ |
| Templates | - | ❌ |
Roadmap
Current version: 0.1.0 supports basic Chatwoot features such as sending and receiving text messages. Future versions will include the following features:
- Image and file uploads
- Custom attributes
- Audio and video messages
Contributing
We welcome contributions to the celai-chatwoot project. If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request.
License
This project is licensed under the MIT License. See the LICENSE file for details.
Acknowledgements
Special thanks to the Cel.ai and Chatwoot teams for their amazing frameworks and support.
Contact
For any questions or inquiries, please contact us at [alejamp@gmail.com].
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file celai_chatwoot-0.2.1.tar.gz.
File metadata
- Download URL: celai_chatwoot-0.2.1.tar.gz
- Upload date:
- Size: 15.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b17583f3fcc60f6d3274afa209bc42b7299bcaba1b47f7bab5896c2ae83b4d4b
|
|
| MD5 |
d7e5a7a5af97638b9e2015e99587466c
|
|
| BLAKE2b-256 |
30816430cf696b20adb176157e171d1064512a73bdf5ac4f564419b9588fdbab
|
File details
Details for the file celai_chatwoot-0.2.1-py3-none-any.whl.
File metadata
- Download URL: celai_chatwoot-0.2.1-py3-none-any.whl
- Upload date:
- Size: 19.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4145af925c7779fce508b616be253615e00128bf23783fb55a2765d596e14206
|
|
| MD5 |
b899679dacea17a1d152e16438f99077
|
|
| BLAKE2b-256 |
31401afbd39f16bb31899cc65cbc4ad80f2b2d54ed402e8e74724e202969a205
|