Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dan-santos/whatsappbot

Bot que utiliza Selenium para mandar mensagens de forma automática para um grupo/contato do whatsapp.
https://github.com/dan-santos/whatsappbot

python selenium whatsapp

Last synced: 19 days ago
JSON representation

Bot que utiliza Selenium para mandar mensagens de forma automática para um grupo/contato do whatsapp.

Awesome Lists containing this project

README

        

# WhatsappBot
Bot que utiliza Selenium para mandar mensagens de forma automática para um grupo/contato do whatsapp.

O arquivo chromedriver presente no repositório funciona apenas para sistemas GNU/Linux. Caso queira utilizá-lo em outro SO, acesse [esse](https://chromedriver.chromium.org/downloads) link

Script that saves you the hell lot of time to send the unlimited messages to Whatsapp phone number. This python3 script sends approximately 600-2000 messages in 60 minutes (depending upon the speed of your internet, message length, valid phone number in the list) without doing anything.

>Disclaimer - This article is for education purpose only. We didn’t share any blame for the misuse of this program.
>Warning – These steps might get you banned permanently from using Whatsapp. So, use it wisely.

### Instructions

* Click here to download [python3](https://www.python.org/downloads/).

* Install python3 on your operating system.

* Now get the chrome driver from here. Make sure you have installed Chrome on your PC.

* Install selenium on python3 on using

`install selenium`

* Important: Place the chrome driver with the script(both should be in the same folder).

* Open web_whatsapp_bot.py with your favorite text editor

* Edit the message to be sent on Whatsapp.

* Enter the Number of messages you want to send

* Create the list of the phone number with the country prefix in a list of integers format (without any symbols or spaces).

* Scan the QR code wait time(by default 5 seconds).

* Run the script.

The program will take care of any invalid phone number.

Spread some love and do remember to star our code.