Whatsapp-api-client-python

Latest version: v0.0.47

Safety actively analyzes 688746 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 4

0.0.47

Fixes

- Fixed 64.

Enhancements

- Custom timeout could be set in API init function agruments [here](https://github.com/green-api/whatsapp-api-client-python/blob/82b8d509f2168b05ac093c3d065af1bfab313378/whatsapp_api_client_python/API.py#L37).

0.0.46

Dependencies

- Bump requests from 2.31.0 to 2.32.3

0.0.45

Fixes

- Fixed 49

Enhancements

- Added helpful links

0.0.44

Fixes

- Fixed logger

Enhancements

- Updated python-package.yml

Features

- Added time to logs
- Added links to docs
- Added GetAuthorizationCode method (thanks to Jibek100)

Example:
python
greenAPI.account.getAuthorizationCode(11001234567)

0.0.43

Fixes

- Fixed workflows
- Fixed UploadFile method logging

Enhancements

- Updated docs
- Updated examples
- Updated tests

Features

- Added Python **3.12** support
- Added GetWaSettings method (thanks to andreyMalyshkin)

Example:
python
greenAPI.sending.getWaSettings()


- Added SendPoll method (thanks to Jibek100)

Example:
python
greenAPI.sending.sendPoll(
"11001234567c.us",
"Please choose a color:",
[
{"optionName": "Red"},
{"optionName": "Green"},
{"optionName": "Blue"}
]
)

0.0.42

Fixes

- Fixed webhook connection

Enhancements

- Updated examples

Features

- Added debug mode

In debug mode you can see data received from the Green API. To enable debug mode, add `debug_mode` option with `True` value

python
greenAPI = API.GreenAPI(
"", "", debug_mode=True
)


- Added `raise_errors` option

If the option is enabled, it will be raised when an error is received

python
greenAPI = API.GreenAPI(
"", "", raise_errors=True
)

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.