Skip to content

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

License

Notifications You must be signed in to change notification settings

abdelhak-zaaim/whatsbyapi

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages