WhatsByAPI is a Python wrapper for the WhatsApp Cloud API with Webhook support.
- Easy to use Pythonic interface.
- Supports all major features of the WhatsApp Cloud API.
- Includes support for webhooks.
- Optional dependencies for Flask and FastAPI integration.
You can install WhatsByAPI from PyPI:
pip install whatsbyapi
from whatsbyapi import WhatsApp
# Initialize the client
wa = WhatsApp(api_key='your-api-key')
# Send a message
wa.send_message(phone_number='1234567890', message='Hello, World!')
Developed with ❤️ by Abdelhak Zaaim