Download Latest Version whatsapp-api-client-python-0.0.46.zip (119.8 kB)
Email in envelope

Get an email when there's a new version of whatsapp-api-client-python

Home / v0.0.42
Name Modified Size InfoDownloads / Week
Parent folder
whatsapp-api-client-python-0.0.42.tar.gz 2023-09-30 119.7 kB
whatsapp-api-client-python-0.0.42.zip 2023-09-30 131.2 kB
README.md 2023-09-30 515 Bytes
Totals: 3 Items   251.4 kB 0

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

greenAPI = API.GreenAPI(
    "", "", debug_mode=True
)
  • Added raise_errors option

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

greenAPI = API.GreenAPI(
    "", "", raise_errors=True
)
Source: README.md, updated 2023-09-30