SkillAgentSearch skills...

Whatsbyapi

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

Install / Use

/learn @abdelhak-zaaim/Whatsbyapi
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

WhatsByAPI

⚠️ This project is based on pywa, created by David Lev.
The original project is licensed under the MIT License.
All rights and credits for the base work go to the original author.

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!')

Related Skills

View on GitHub
GitHub Stars7
CategoryCustomer
Updated8mo ago
Forks4

Security Score

82/100

Audited on Jul 3, 2025

No findings