Skip to content

A wrapper for WhatsApp Business Cloud API provided by Meta

License

Notifications You must be signed in to change notification settings

cerob/whatsapp-business-api-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Whatsapp Business Cloud API

This repository is a wrapper for Meta's Whatsapp Business Cloud API.

Use

from whatsapp_business_api import WhatsappAPI

phone_number_id = 'YOUR_SENDER_ID'
access_token = 'YOUR_ACCESS_TOKEN'

w = WhatsappAPI(phone_number_id=phone_number_id,
                access_token=access_token)

w.send_text_message(to='49xxxxxxxxxxx', message='This is a test!')

About

A wrapper for WhatsApp Business Cloud API provided by Meta

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages