Skip to main content

This package helps to send multiple whatsapp messages with attachments by Zan X Technologies

Project description

Logo

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

Python

PyPi

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

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wazender-0.5.4.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distribution

wazender-0.5.4-py3-none-any.whl (5.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page