Download Latest Version whatsapp-chatbot-python-0.9.1.zip (116.4 kB)
Email in envelope

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

Home / v0.8.0
Name Modified Size InfoDownloads / Week
Parent folder
whatsapp-chatbot-python-0.8.0.tar.gz 2023-11-28 104.6 kB
whatsapp-chatbot-python-0.8.0.zip 2023-11-28 115.0 kB
README.md 2023-11-28 802 Bytes
Totals: 3 Items   220.4 kB 0

Fixes

  • Fixed docs
  • Fixed workflows

Enhancements

  • Updated docs
  • Updated setup

Features

  • Added FAQ
  • Added logger
  • Added debug mode

In debug mode you can see data received from whatsapp-api-client-python.

bot = GreenAPIBot("", "", debug_mode=True)
  • Added raise_errors option

If the option is enabled, it will be raised when an error is received. Enabled by default

bot = GreenAPIBot("", "", raise_errors=True)
  • Added bot debug mode

In the bot debug mode you can see all actions with the received data and their handling.

bot = GreenAPIBot("", "", bot_debug_mode=True)
  • Added Python 3.12 support

Dependencies

  • Bump whatsapp-api-client-python from 0.0.41 to 0.0.44
Source: README.md, updated 2023-11-28