Metadata-Version: 2.1
Name: whatsapie
Version: 0.1.9
Summary: Unofficial Python wrapper for Meta's whatsapp cloud API
Home-page: https://advrxh.github.io/whatsapie
License: MIT
Keywords: whatsapp,cloud,api,python,wrapper
Author: Aadil Varsh
Author-email: aadilvarshofficial@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: httpx (>=0.23.0,<0.24.0)
Project-URL: Repository, https://github.com/advrxh/whatsapie
Description-Content-Type: text/markdown

# whatsapie

Unofficial wrapper for Meta's [**Whatsapp Cloud API**](https://developers.facebook.com/docs/whatsapp/cloud-api) written in Python

## INSTALL

```console
$ pip install whatsapie
```

!!! note

    whatsapie requires python 3.10 or above

## PREREQUISITES

-   Follow Meta's [Whatsapp Cloud API Documentation](https://developers.facebook.com/docs/whatsapp/cloud-api) and obtain, meta business app [ACCESS_TOKEN](#) and [PHONE_NUMBER_ID]()

## Documentation

-   Get started [here](https://advrxh.github.io/whatsapie/get-started/)

## CONTRIBUTION

This repo is open for contribution. I'd love some contribution [here](https://github.com/advrxh/whatsapie)

Maintained by [Aadil Varsh](https://advrxh.github.io)

