Metadata-Version: 2.4
Name: livechat-webservice
Version: 0.1.6
Summary: Webservice client for LiveChat API
Author-email: Nestor Villa <nestorvilla@patitasco.com>, Manolo Corte <manolocorte@patitasco.com>
License: MIT
Project-URL: Documentation, https://github.com/patitas-and-co/livechat-webservice/blob/main/README.md
Project-URL: Repository, https://github.com/patitas-and-co/livechat-webservice
Keywords: livechat,api,client,webservice,chat
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: httpx
Requires-Dist: cachetools
Requires-Dist: python-dotenv
Requires-Dist: loguru
Provides-Extra: dev
Requires-Dist: ruff; extra == "dev"
Dynamic: license-file

# LiveChat Webservice

A Python client library for the LiveChat API v3.6.
WIP, as of yet untested
## Features

- Connect to LiveChat API
- Retrieve closed chat threads
- Extract phone numbers from chats
- Manage chat tags
- Get chat events and metadata

## Installation

See [INSTALLATION.md](docs/INSTALLATION.md)

## Usage

See [USAGE.md](docs/USAGE.md)

## License

MIT
