Metadata-Version: 2.1
Name: wazender
Version: 0.5.7
Summary: This package helps to send multiple whatsapp messages with attachments by Zan X Technologies
Author-email: Zandora Space <professor@zandora.space>
License: MIT License
        
        Copyright (c) 2022 Zandora Space
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
Project-URL: Homepage, https://github.com/zandora-space/wazender
Project-URL: Bug Tracker, https://github.com/zandora-space/wazender/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

![Logo](https://raw.githubusercontent.com/zandora-space/zanx/main/zanx.png)


# Wazender : Powerful Bulk Message Sender

It's an python module to send whatsapp messages in bulk with or without attachments to as many users as needed.


## Badges

![MIT License](https://img.shields.io/apm/l/atomic-design-ui.svg?)

![Python](https://img.shields.io/badge/python-v3.7-blue?)

![PyPi](https://img.shields.io/badge/pypi-v0.0.3-blue?)

## Features

- You can send bulk messages using whatsapp.
- You can send messages with or without attachments.
- No need of whastapp business official api to send bulk mesaages.
- Developed mainly for Digital Marketers.
- Easy to use.

## Installation

Install my-project with pip

```bash
  pip install wazender
```
    
## Dependency


Wazender requires following programs to run properly :

- selenium

Install selenium using pip command :

```bash
pip install selenium
```



## Usage 1 - To Send Only Message

```python
import wazender

path = r'YOUR_DRIVER_PATH'

wazender.sendmsg('users.txt', 'msg.txt', path=path)

```


## Usage 2 - To Send Message with Attachment

```python
import wazender

path = r'YOUR_DRIVER_PATH'
attach = r'FILE_PATH'

wazender.sendmsg('users.txt', 'msg.txt', path=path, attach=attach)

```


## Roadmap

- Make it more simple to use

- Add GUI Option


## Authors

- [@zandora-space](https://www.github.com/zandora-space)


## Support

For support, email professor@zandora.space or follow our Instagram Page @zanx.coders


## Feedback/Issues

If you have any feedback, please reach out to us at professor@zandora.space

If you have facing any issues, please report via 
[Report Issues](https://github.com/zandora-space/wazender/issues)

## License

[MIT](https://github.com/zandora-space/wazender/blob/main/LICENSE)
