Metadata-Version: 2.4
Name: zalo-api
Version: 2.1.0
Summary: Zalo API client for Python
Author-email: longphanxyz <phannhatbaolong1701@gmail.com>
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: attrs
Requires-Dist: munch
Requires-Dist: Pillow
Requires-Dist: pycryptodome
Requires-Dist: requests
Requires-Dist: websockets

# zalo-api

Zalo API client for Python.

## Install

```bash
pip install zalo-api
```

## Usage

```python
from zlapi import ZaloAPI

client = ZaloAPI(
    phone=None,
    password=None,
    imei=None,
    session_cookies={},
)
```
