Simple Chatwoot
Simple-Chatwoot is a Python library for connecting to Chatwoot REST API.
Usage
import os
from dotenv import load_dotenv
from simple_chatwoot import ChatWoot
load_dotenv()
DOMAIN = os.getenv("DOMAIN") #https://chatwoot.example.com
API_ACCESS_TOKEN = os.getenv("API_ACCESS_TOKEN") #rkoo0op2PPsihsv8JW3IjfiF
ACCOUNT_ID = os.getenv("ACCOUNT_ID") #1
INBOX_ID = os.getenv("INBOX_ID") #1
chatwoot_client = ChatWoot(DOMAIN, API_ACCESS_TOKEN, ACCOUNT_ID, INBOX_ID)
contacts = chatwoot_client.search_contacts("henrique")
print(contacts)
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
License
Release files for simple-chatwoot 0.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| simple_chatwoot-0.0.2.tar.gz | 5.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| simple_chatwoot-0.0.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 11.2 kB
Release files / simple_chatwoot-0.0.2.tar.gz
| Download URL | simple_chatwoot-0.0.2.tar.gz |
|---|---|
| Size | 5.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
13d4cd79fc1aa8c1f85655f990a95ba5bed52db9f9716e02abd959d867f2e47e
|
|
BLAKE2b-256 checksum How to use checksums |
4c73d6e154ee1397dd3622d455b1522e0344cba0ae10adb03b1bc800352ab77b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.7
|
Release files / simple_chatwoot-0.0.2-py3-none-any.whl
| Download URL | simple_chatwoot-0.0.2-py3-none-any.whl |
|---|---|
| Size | 5.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
6c2a8d35bac30eaed4d39c61e9a204b0fd24dea923ee39a5e669da6f3eadae18
|
|
BLAKE2b-256 checksum How to use checksums |
20edf6284238aeb0521796b99048e5f9460c87092d9dbc136f33ffebea5f1cfa
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.7
|