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.43
Name Modified Size InfoDownloads / Week
Parent folder
whatsapp-api-client-python-0.0.43.zip 2023-11-19 118.4 kB
README.md 2023-11-19 543 Bytes
whatsapp-api-client-python-0.0.43.tar.gz 2023-11-19 105.2 kB
Totals: 3 Items   224.1 kB 0

Fixes

  • Fixed workflows
  • Fixed UploadFile method logging

Enhancements

  • Updated docs
  • Updated examples
  • Updated tests

Features

  • Added Python 3.12 support
  • Added GetWaSettings method

Example:

greenAPI.sending.getWaSettings()
  • Added SendPoll method

Example:

greenAPI.sending.sendPoll(
    "11001234567@c.us",
    "Please choose a color:",
    [
        {"optionName": "Red"},
        {"optionName": "Green"},
        {"optionName": "Blue"}
    ]
)
Source: README.md, updated 2023-11-19