Skip to content

Whatsapp-Automation-web-platform/wawp-sdk-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wawp Python SDK 🐍

The official Python client for the Wawp WhatsApp Automation Platform. Build powerful WhatsApp bots and automation scripts with ease.

🌟 Features

  • Resource-Based API: Clean syntax like client.messaging.send_text().
  • Full V2 Support: Messaging, Groups, Channels, Labels, and more.
  • Webhook Security: Built-in methods to verify HMAC signatures.
  • Synchronous & Powerful: Optimized for quick automation and AI integration.

📦 Installation

pip install wawp-sdk

⌨️ Quick Start

from wawp_sdk import WawpClient

# Initialize the client
client = WawpClient(instance_id='YOUR_ID', access_token='YOUR_TOKEN')

# Send a text message
client.messaging.send_text('201234567890@c.us', 'Hello from the Python SDK!')

# Check session status
info = client.session.info()
print(f"Session Status: {info['status']}")

🏗️ The Wawp Ecosystem


© 2026 Wawp API. All rights reserved.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages