WhatsApp Cloud API is complicated, Twilio is expensive, PyGwan is the opposite of both. Free & Intuitive! ~ Tarmica Chiwara.
Project description
Pygwan
Unofficial Python wrapper for the WhatsApp Cloud API by Tarmica Chiwara.
Installation
To install the WhatsApp Python wrapper, use the following command:
pip install pygwan
Usage
Import the WhatsApp class from the package and initialize an instance with your WhatsApp token and phone number ID:
from pygwan import WhatsApp
whatsapp = WhatsApp(token="your_token", phone_number_id="your_phone_number_id")
Sending a Message
You can send a text message to a WhatsApp user using the send_message method:
whatsapp.send_message("Hello, this is a test message.", "recipient_phone_number")
Replying to a Message
Reply to a message using the reply_to_message method:
whatsapp.reply_to_message("message_id", "recipient_phone_number", "Reply message.")
Sending a Template
Send a template message using the send_template method:
components = [
# List of template components
# Example: {"type": "text", "text": "Hello, this is a template message."}
]
whatsapp.send_template("template_name", "recipient_phone_number", components)
Sending a Location
Send a location message using the send_location method:
whatsapp.send_location("-23.564", "-46.654", "Location Name", "Location Address", "recipient_phone_number")
Sending an Image
Send an image message using the send_image method:
image_link = "https://example.com/image.jpg"
whatsapp.send_image(image_link, "recipient_phone_number")
For more detailed usage and information, please refer to the official documentation in the code lol
License
This project is licensed under the MIT License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pygwan-0.3.0.tar.gz.
File metadata
- Download URL: pygwan-0.3.0.tar.gz
- Upload date:
- Size: 118.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
215deee98b0096357a4473f9c38ed5ab933122932d3cc136149cbf7c72cc9f76
|
|
| MD5 |
3856d50dfe852e964b4db0b29958d53a
|
|
| BLAKE2b-256 |
ddfa595b1c6984962f0f5c6b2a67b3047159bd49b988e72cd9c897e4d330e8db
|
File details
Details for the file pygwan-0.3.0-py3-none-any.whl.
File metadata
- Download URL: pygwan-0.3.0-py3-none-any.whl
- Upload date:
- Size: 17.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e45c2a1f365775272a2f580a106f8c12445b8ed8f3742b80b4fde44273a49f9a
|
|
| MD5 |
f25da8e353889c4fb2462ef9a5cbfffb
|
|
| BLAKE2b-256 |
b734b8521f874795ba369285acb3188e280b969b4c54a4360d3bc2ff79035f3c
|