New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
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
  • Socket score

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc