# WhatsApp-ez: On-Premises WhatsApp Integration Module
[![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/)
[![Python 3.6](https://img.shields.io/badge/python-3.6-blue.svg)](https://www.python.org/downloads/release/python-360/)
WhatsApp-ez is a versatile Python module designed to facilitate seamless integration of WhatsApp messaging capabilities within your on-premises environment. With an emphasis on security, control, and customization, this module empowers you to manage your communication needs directly from your infrastructure. Whether it's sending and receiving messages, handling user interactions, or managing settings, whatsapp-ez simplifies on-premises WhatsApp integration.
## Features
- **Secure Integration**: whatsapp-ez allows you to integrate WhatsApp messaging while maintaining data privacy and security within your on-premises environment.
- **User Management**: Efficiently manage users by creating, updating, deleting, and retrieving user details through the provided API functions.
- **Message Handling**: Send, receive, and mark messages as read through the intuitive API, enabling smooth communication flows.
- **Settings Control**: Customize your integration with flexible settings management. Retrieve, update, and configure application settings as per your requirements.
- **Webhooks Support**: Integrate with external services seamlessly using webhook functionality for real-time updates.
- **Compliance Management**: Fulfill regulatory requirements by managing business profiles and compliance information.
## Installation
You can install whatsapp-ez using pip:
```bash
pip install whatsapp-ez
markdown
# whatsapp-ez: On-Premises WhatsApp Integration Module
whatsapp-ez is a versatile Python module designed to facilitate seamless integration of WhatsApp messaging capabilities within your on-premises environment. With an emphasis on security, control, and customization, this module empowers you to manage your communication needs directly from your infrastructure. Whether it's sending and receiving messages, handling user interactions, or managing settings, whatsapp-ez simplifies on-premises WhatsApp integration.
## Features
- **Secure Integration**: whatsapp-ez allows you to integrate WhatsApp messaging while maintaining data privacy and security within your on-premises environment.
- **User Management**: Efficiently manage users by creating, updating, deleting, and retrieving user details through the provided API functions.
- **Message Handling**: Send, receive, and mark messages as read through the intuitive API, enabling smooth communication flows.
- **Settings Control**: Customize your integration with flexible settings management. Retrieve, update, and configure application settings as per your requirements.
- **Webhooks Support**: Integrate with external services seamlessly using webhook functionality for real-time updates.
- **Compliance Management**: Fulfill regulatory requirements by managing business profiles and compliance information.
## Installation
You can install whatsapp-ez using pip:
```bash
pip install whatsapp-ez
Usage
Here's a simple example of using whatsapp-ez to send a text message:
python
from whatsapp-ez import WhatsApp
api_ip = "YOUR_API_IP"
base64_auth = "YOUR_BASE64_AUTH"
password = "YOUR_PASSWORD"
whatsapp = WhatsApp(api_ip, base64_auth, password)
payload = {
"to": "RECIPIENT_NUMBER",
"text": "Hello, this is a test message."
}
response = whatsapp.message.send(payload)
print(response)
Documentation
For detailed information about how to use whatsapp-ez, refer to the documentation.
Contributing
Contributions to whatsapp-ez are welcome! Please read our contribution guidelines for more information.
License
This project is licensed under the MIT License.
Feel free to reach out to us at support@example.com for any queries or assistance.
vbnet
Please replace placeholders like `YOUR_API_IP`, `YOUR_BASE64_AUTH`, and others with actual values. Also, ensure to provide an actual link to your documentation if available.
Raw data
{
"_id": null,
"home_page": "https://github.com/Shlok221B/whatsapp-onprem",
"name": "whatsappez",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": "",
"keywords": "Whatsapp Business API,Whatsapp,Whatsapp on premises",
"author": "Shlok Sawant",
"author_email": "",
"download_url": "https://files.pythonhosted.org/packages/19/db/4fff1bb96824e83cf1117fe210e8796f32f13b3904e6e0b81a7f00cbcae2/whatsappez-0.0.1.tar.gz",
"platform": null,
"description": "# WhatsApp-ez: On-Premises WhatsApp Integration Module\n[![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/) \n[![Python 3.6](https://img.shields.io/badge/python-3.6-blue.svg)](https://www.python.org/downloads/release/python-360/) \n\nWhatsApp-ez is a versatile Python module designed to facilitate seamless integration of WhatsApp messaging capabilities within your on-premises environment. With an emphasis on security, control, and customization, this module empowers you to manage your communication needs directly from your infrastructure. Whether it's sending and receiving messages, handling user interactions, or managing settings, whatsapp-ez simplifies on-premises WhatsApp integration.\n\n## Features\n\n- **Secure Integration**: whatsapp-ez allows you to integrate WhatsApp messaging while maintaining data privacy and security within your on-premises environment.\n\n- **User Management**: Efficiently manage users by creating, updating, deleting, and retrieving user details through the provided API functions.\n\n- **Message Handling**: Send, receive, and mark messages as read through the intuitive API, enabling smooth communication flows.\n\n- **Settings Control**: Customize your integration with flexible settings management. Retrieve, update, and configure application settings as per your requirements.\n\n- **Webhooks Support**: Integrate with external services seamlessly using webhook functionality for real-time updates.\n\n- **Compliance Management**: Fulfill regulatory requirements by managing business profiles and compliance information.\n\n## Installation\n\nYou can install whatsapp-ez using pip:\n\n```bash\npip install whatsapp-ez\n\n\nmarkdown\n\n# whatsapp-ez: On-Premises WhatsApp Integration Module\n\nwhatsapp-ez is a versatile Python module designed to facilitate seamless integration of WhatsApp messaging capabilities within your on-premises environment. With an emphasis on security, control, and customization, this module empowers you to manage your communication needs directly from your infrastructure. Whether it's sending and receiving messages, handling user interactions, or managing settings, whatsapp-ez simplifies on-premises WhatsApp integration.\n\n## Features\n\n- **Secure Integration**: whatsapp-ez allows you to integrate WhatsApp messaging while maintaining data privacy and security within your on-premises environment.\n\n- **User Management**: Efficiently manage users by creating, updating, deleting, and retrieving user details through the provided API functions.\n\n- **Message Handling**: Send, receive, and mark messages as read through the intuitive API, enabling smooth communication flows.\n\n- **Settings Control**: Customize your integration with flexible settings management. Retrieve, update, and configure application settings as per your requirements.\n\n- **Webhooks Support**: Integrate with external services seamlessly using webhook functionality for real-time updates.\n\n- **Compliance Management**: Fulfill regulatory requirements by managing business profiles and compliance information.\n\n## Installation\n\nYou can install whatsapp-ez using pip:\n\n```bash\npip install whatsapp-ez\n\nUsage\n\nHere's a simple example of using whatsapp-ez to send a text message:\n\npython\n\nfrom whatsapp-ez import WhatsApp\n\napi_ip = \"YOUR_API_IP\"\nbase64_auth = \"YOUR_BASE64_AUTH\"\npassword = \"YOUR_PASSWORD\"\n\nwhatsapp = WhatsApp(api_ip, base64_auth, password)\n\npayload = {\n \"to\": \"RECIPIENT_NUMBER\",\n \"text\": \"Hello, this is a test message.\"\n}\n\nresponse = whatsapp.message.send(payload)\nprint(response)\n\nDocumentation\n\nFor detailed information about how to use whatsapp-ez, refer to the documentation.\nContributing\n\nContributions to whatsapp-ez are welcome! Please read our contribution guidelines for more information.\nLicense\n\nThis project is licensed under the MIT License.\n\nFeel free to reach out to us at support@example.com for any queries or assistance.\n\nvbnet\n\n\nPlease replace placeholders like `YOUR_API_IP`, `YOUR_BASE64_AUTH`, and others with actual values. Also, ensure to provide an actual link to your documentation if available.\n\n\n",
"bugtrack_url": null,
"license": "",
"summary": "Whatsappez is a powerful Python module that empowers you to seamlessly integrate WhatsApp messaging within your on-premises environment",
"version": "0.0.1",
"project_urls": {
"Homepage": "https://github.com/Shlok221B/whatsapp-onprem"
},
"split_keywords": [
"whatsapp business api",
"whatsapp",
"whatsapp on premises"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "e2d4b27780ffbe3a603b290a0225498f417b3d5cf6829350627e7ee86bfcde3c",
"md5": "9e53edfefddb8937d4e251e6fc53bc7f",
"sha256": "349aca61ee5fd531c73ab514d8527230eb7f81a81bbae9d2bc814d6ea7f42ffa"
},
"downloads": -1,
"filename": "whatsappez-0.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "9e53edfefddb8937d4e251e6fc53bc7f",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 5719,
"upload_time": "2023-08-24T11:48:04",
"upload_time_iso_8601": "2023-08-24T11:48:04.346191Z",
"url": "https://files.pythonhosted.org/packages/e2/d4/b27780ffbe3a603b290a0225498f417b3d5cf6829350627e7ee86bfcde3c/whatsappez-0.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "19db4fff1bb96824e83cf1117fe210e8796f32f13b3904e6e0b81a7f00cbcae2",
"md5": "30731f9cad4d612a083078bb38a6273e",
"sha256": "42902afb500f1b033d104f410294ee91e2e3b04ce2896dabcc25b9e3cb77b9c0"
},
"downloads": -1,
"filename": "whatsappez-0.0.1.tar.gz",
"has_sig": false,
"md5_digest": "30731f9cad4d612a083078bb38a6273e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 5561,
"upload_time": "2023-08-24T11:48:06",
"upload_time_iso_8601": "2023-08-24T11:48:06.510760Z",
"url": "https://files.pythonhosted.org/packages/19/db/4fff1bb96824e83cf1117fe210e8796f32f13b3904e6e0b81a7f00cbcae2/whatsappez-0.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-08-24 11:48:06",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Shlok221B",
"github_project": "whatsapp-onprem",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "whatsappez"
}