WBMS automates sending of message to multiple numbers via WhatsApp Web

Overview

WhatsApp Bulk Message Sender - WBMS

WBMS automates sending of message to multiple numbers via WhatsApp Web.




Report Bug · Request Feature

Love the project? Please consider staring it!

👁‍🗨 Why choose WBMS over others?

  • Scan QR code only once, It creates and uses separate user data for chrome to keep you logged in.

  • It works even if you don't have the numbers saved in your contacts.

  • Stores a screenshot right after sending a message for verification.

  • It skips invalid/number which doesn't have a WhatsApp account.

  • Works on a single browser window even when using multiple wa.me links.

  • Stores failed / invalid numbers in a file for debugging later.



🚀 Installation :

Install Selenium

Using pip

pip install selenium

Download and setup Chrome Webdriver

For checking chrome version :

chrome://version
  • Download according to your chrome version from HERE

  • Add ChromeDriver to your PATH (System variable) HERE

To verify chromedriver installation run on CMD :

chromedriver.exe -v

Changes in the Code

In a new folder, place main.py and create num.txt, msg.txt
Find this line and replace path of your newly created folder.

scriptdir='C:\\Users\\aksha\\Documents\\WBMS\\'

For example : scriptdir='C:\\coding\\WBMS\\'

Usage :

  • In msg.txt add the message you wish to send.
  • In num.txt add 10 digit phone numbers line wise (Don't include country code) For Example :
9876543210
9123456789

Run main.py

python main.py

At first run you will get whatsapp QR code Login window. After logging in succesfully restart the script. It should now be already loged in.

All important messages will be shown on the console window.

📸 Screenshots / Working:

  • Contents of num.txt :

    - 1st number is a 8 digit number (Invalid)
    - 2nd number is a (Valid) number
    - 3rd number is not on whatsapp (Invalid)

  • Contents of msg.txt :

  • After Running main.py

  • Output

💬 Connect with me

👁‍🗨 My Views and Followers

GitHub Badge

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check repositories page.

⭐️ Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2020 Akshay Parakh.
This project is Apache License 2.0 licensed.

You might also like...
WhatsApp Web API client with multi-device support

Tauros WhatsApp Web client for multi-device in python Free software: MIT Documentation: https://tauros.readthedocs.io Features TODO Credits This packa

Unofficial WebApp for WhatsApp Web created in PyQt6

Unofficial WebApp for WhatsApp Web created in PyQt6 using PyQt6-WebEngine

AWS Lambda - Parsing Cloudwatch Data and sending the response via email.

AWS Lambda - Parsing Cloudwatch Data and sending the response via email. Author: Evan Erickson Language: Python Backend: AWS / Serverless / AWS Lambda

WILSON Cloud Respwnder is a Web Interaction Logger Sending Out Notifications with the ability to serve custom content in order to appropriately respond to client-issued requests.

WILSON Cloud Respwnder What is this? WILSON Cloud Respwnder is a Web Interaction Logger Sending Out Notifications (WILSON) with the ability to serve c

Automates the process to obtain an appointment for NIE in spain.

get-nie-appointment A Python script that automates the process of getting an appointment for NIE assignation. It can be modified in order to change th

Program that automates the bump of the Disboard Bot. Done 100% in Python with PyAutoGUI library

Auto-Discord-Bump Program that automates the bump of the Disboard Bot done 100% in python with PyAutoGUI How to configue You will need 3 things before

A program that automates the boring parts of completing the Daily accounting spreadsheet at Taos Ski Valley

TSV_Daily_App A program that automates the boring parts of completing the Daily accounting spreadsheet at my old job. To see how it works you will nee

This is a Python bot, which automates logging in, purchasing and planting the seeds. Open source bot and completely free.
This is a Python bot, which automates logging in, purchasing and planting the seeds. Open source bot and completely free.

🌻 Sunflower Land Bot 🌻 ⚠️ Warning I am not responsible for any penalties incurred by those who use the bot, use it at your own risk. This BOT is com

Bill is a bot capable to Chat with you, search everything on web to you, and send message to yours contacts for you.

Bill Bot The inteligent Bot Bill is a intelligent bot, it can chat, search and send messages to you. Chat with You Send messages on WhatsApp for you S

Owner
Akshay Parakh
◦ Script Lover     ◦ "LazyPeopleAlwaysFindShortcutsTo CompleteTheWork"          -My motivation for scripting
Akshay Parakh
Simple software that can send WhatsApp message to a single or multiple users (including unsaved number**)

wp-automation Info: this is a simple automation software that sends WhatsApp message to single or multiple users. Key feature: -Sends message to multi

null 3 Jan 31, 2022
A python tool to Automate Whatsapp through Whatsapp web

This python tool is used to Automate Whatsapp through Whatsapp web. We can add number of contacts whom we want to send text messages on perticular time

null 5 Jul 21, 2022
Python On WhatsApp - Run your python codes on whatsapp along with talking to a chatbot

Python On WhatsApp Run your python codes on whatsapp along with talking to a chatbot This is a small python project to run python on whatsapp. and i c

Prajjwal Pathak 32 Dec 30, 2022
WhatsApp Api Python - This documentation aims to exemplify the use of Moorse Whatsapp API in Python

WhatsApp API Python ChatBot Este repositório contém uma aplicação que se utiliza

Moorse.io 3 Jan 8, 2022
Whatsapp-bot - Whatsapp chatbot build with python and twilio

Whatsapp-bot This is a Whatsapp Chatbot that responds with quotes, reply owners

arinzejustinng 1 Jan 14, 2022
Secret messaging app which you can use to communicate with your friends by encrypting / decrypting secret messages or sending secret message through mail.

Secret-Whisper A Secret messaging app which you can use to communicate with your friends by encrypting / decrypting secret messages ?? or sending secr

null 3 Jan 1, 2022
Karen is a Discord Bot that will check for a list of forbidden words/expressions, removing the message that contains them and replying with another message.

Karen is a Discord Bot that will check for a list of forbidden words/expressions, removing the message that contains them and replying with another message. Everything is highly customizable.

Rafael Almeida 1 Nov 3, 2021
Discord bot script for sending multiple media files to a discord channel according to discord limitations.

Discord Bulk Image Sending Bot Send bulk images to Discord channel. This is a bot script that will allow you to send multiple images to Discord channe

Nikola Arbov 1 Jan 13, 2022
Python wrapper for WhatsApp web-based on selenium

alright Python wrapper for WhatsApp web made with selenium inspired by PyWhatsApp Why alright ? I was looking for a way to control and automate WhatsA

Jordan Kalebu 193 Jan 6, 2023
Reverse engineering multi-device WhatsApp Web.

whatsapp-web-multi-device-reveng In this repository, the research for reverse engineering multi-device WhatsApp Web takes place, see here for a descri

null 84 Jan 1, 2023