Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 776 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 776 Bytes

WhatsByAPI

WhatsByAPI is a Python wrapper for the WhatsApp Cloud API with Webhook support.

Features

  • 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.

Installation

You can install WhatsByAPI from PyPI:

pip install whatsbyapi

Usage

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

Follow on GitHub