This package helps to send multiple whatsapp messages with attachments by Zan X Technologies
Project description
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
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
pip install wazender
Dependency
Wazender requires following programs to run properly :
- selenium
Install selenium using pip command :
pip install selenium
Usage 1 - To Send Only Message
import wazender
path = r'YOUR_DRIVER_PATH'
wazender.sendmsg('users.txt', 'msg.txt', path=path)
Usage 2 - To Send Message with Attachment
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
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
License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file wazender-0.6.0.tar.gz.
File metadata
- Download URL: wazender-0.6.0.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6365f956628d5eba636c3727b9c0f7372d51782f26ceb913ee8178e97f99c2e2
|
|
| MD5 |
209862758ce34c0deace866cc63d1b51
|
|
| BLAKE2b-256 |
9bb67831ad1254df2ac11cd6803e677719060adaa73dc043b4063f0bba936113
|
File details
Details for the file wazender-0.6.0-py3-none-any.whl.
File metadata
- Download URL: wazender-0.6.0-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d33b796e899c34ef5082272f6a51d7b155fbac15e99f314452e4a9b9c3f308ec
|
|
| MD5 |
5f95fac909b5b768096b2224bf0e1066
|
|
| BLAKE2b-256 |
71db45fb701fe4b03efe1fcbad361dc592b65d10e6675075e781f6f6cf9afa29
|