Metadata-Version: 2.1
Name: tencentcloud-sdk-python-im
Version: 0.9.1
Summary: Python API Client for Tencent Cloud Instant Messaging Service
Home-page: https://github.com/pinclr/tencentcloud-sdk-python-im
Author: Robert Wen
Author-email: robert@pinclr.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# tencentcloud-sdk-python-tim

Tencent Cloud Python SDK for TIM (Tencent IM)

## INSTALL

```shell
$ pip install --upgrade tencentcloud-sdk-python-im
```

## EXAMPLES

```shell
>>> from tencentcloud_im.tcim_client import TCIMClient
>>> client = TCIMClient(sdk_id, sdk_secret, admin_account)
>>>
>>> client.gen_user_sig(user_id)
>>>
>>> client.add_single_user(user_id, nick_name, face_url)
```

### TEST
```shell
pytest
```

## BUILD

```shell
$ python3 -m build
```


