Metadata-Version: 2.1
Name: aiowhatsapp
Version: 1.0.0
Summary: A whatsapp client library for python using the new WhatsApp cloud API by Facebook
License: MIT
Author: Solomon Olatunji
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: aiohttp (>=3.9.0,<4.0.0)
Requires-Dist: aiosignal (>=1.3.1,<2.0.0)
Requires-Dist: asyncio (>=3.4.3,<4.0.0)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Description-Content-Type: text/markdown

# aiowhatsapp

A whatsapp client library for python utilizing the [WhatsApp Business Cloud API](https://developers.facebook.com/docs/whatsapp/cloud-api).

[![Made in Nigeria](https://img.shields.io/badge/made%20in-nigeria-008751.svg?style=flat-square)](https://github.com/acekyd/made-in-nigeria)
[![Downloads](https://pepy.tech/badge/aiowhatsapp)](https://pepy.tech/project/aiowhatsapp)
[![Downloads](https://pepy.tech/badge/aiowhatsapp/month)](https://pepy.tech/project/aiowhatsapp)
[![Downloads](https://pepy.tech/badge/aiowhatsapp/week)](https://pepy.tech/project/aiowhatsapp)

## Installation

```bash
$ pip install aiowhatsapp
```

## Usage

- TODO

## Contributing

Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.

## License

`aiowhatsapp` was created by Solomon Olatunji. It is licensed under the terms of the MIT license.
