Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dan-santos/whatsappbot
- Owner: dan-santos
- License: mit
- Created: 2020-08-10T19:53:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-16T05:32:02.000Z (over 4 years ago)
- Last Synced: 2024-11-24T21:12:08.081Z (3 months ago)
- Topics: python, selenium, whatsapp
- Language: Python
- Homepage:
- Size: 9.41 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.