Coder Social home page Coder Social logo

mass-whatsapp-msg-sender's Introduction

Mass-whatsapp-msg-sender

made-with-python

๐Ÿ˜„ Download the repo ๐Ÿ˜„

Requirements

>Chrome/Firefox
>chromedriver/Geckodriver
>Python 3.8
>pip3
>PyAutoIt
>Os-sys
>selenium

Code to be executed/Procedure

Code to be executed irrespective of platform

python -m pip install --upgrade pip
pip install selenium
pip install PyAutoIt
pip install os-sys
pip install python-csv

Platform: Windows

ChromeDriver used: If this versions becomes outdated or gives problem download the latest version from Download Link (or) FirefoxDriver used: Geckodriver for firefox

After downloading the driver you will have to add the location of those exe files in path.Chrome is prefered if your using firefox then modify the code in whatsapp.py file. by default it is using chrome drivers just change the below code.

chrome

driver = webdriver.Chrome()

to

driver = webdriver.Firefox()

Platform: Linux

pip install webdriver-manager

How to run the script?

step-1:git clone or download the zip of this repo then cd Mass-whatsapp-msg-sender
step-2:get your mobile ready to scan the qr code
step-3:I suggest you to use chrome so update to the latest version
step-4:Type the message in the 'message.txt' file
step-5:Type the phone numbers in the 'numbers.csv' each number should start with country code without '+'
step-6:each number should be in seperate line without comas or colon's
step-7:then run the below command in the terminal or cmd.
          python whatsapp.py
step-8:as soon as the browser loads the whatsapp desktop webpage, scan the qr with your mobile
step-9:now time to relax

๐Ÿ˜Œ

NOTE: For Sending Files:

Paste your document in the Documents Folder in the directory.Then go to whatsapp.py file and paste the document name along with file extension in the variable doc_filename. By default it is set to NULL. how to put file name

NOTE: For contacts:

Do enter your country code then contact number.

Use: 919999999999

Don't Use: +919999999999 For scanning qr to get whatsapp web using ios or android devices

how to put numbers in the csv file

โญ the repo

Afraid of bots

mass-whatsapp-msg-sender's People

Contributors

eswar2001 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.