You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

wa-cloud-py

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wa-cloud-py

A Python library for sending WhatsApp messages using the WhatsApp Cloud API

0.2.0
PyPI
Maintainers
1

WA Cloud Py

wa_cloud_py is a Python library for sending WhatsApp messages using the WhatsApp Cloud API.

Installation

To install the library, run the following command:

pip install wa_cloud_py

Usage

Before using any of the features below, you need to create an instance of the WhatsApp class:

from wa_cloud_py import WhatsApp

whatsapp = WhatsApp(access_token="ACCESS_TOKEN", phone_number_id="PHONE_NUMBER_ID")

After creating the instance, you can use the following features:

  • Send and receive messages (text, image, audio, video, document, location, reaction)
  • Share product catalog with users
  • Use commands or keyword based sytem to process user messages
  • Update business profile so users can know more about your business

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts