Skip to content

Set of simple python scripts to send messages in WhatsApp Web

Notifications You must be signed in to change notification settings

milan-sony/WhatsAppWeb-MsgSender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WhatsAppWeb-MsgSender

Set of simple python scripts to send messages in WhatsApp Web

Scripts

  1. whatsapp.py - Python script to send a whatsapp message to a particular person
  2. whatsapp2.py - Python script to send a whatsapp message to a particular group
  3. whatsapp3.py - Python script to send whatsapp message to a particular person according to the count given by the user

Libraries used

  • pywhatkit
  • PyAutoGUI

Run Locally

You will need to install Python on you system, head over to https://www.python.org/downloads/ to download python. (Dont Forget to Tick Add Python to PATH while installing Python)

Once you have downloaded Python on your system, run the following command inside your terminal

  git clone https://github.com/milan-sony/WhatsAppWeb-MsgSender.git

Then go to the project folder

  cd WhatsAppWeb-MsgSender

(This is optional, but strongly recommended) Make a virtual environment

  python -m venv venv

Activate the virtual environment

  venv/Scripts/activate

If error occurs when activating virtual environment, run the following command

  Set-ExecutionPolicy Unrestricted

or

  Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted

Install the dependencies needed for this project

  pip install -r requirement.txt

Now run the script you want

  python whatsapp.py

or

  python whatsapp2.py

or

  python whatsapp3.py

About

Set of simple python scripts to send messages in WhatsApp Web

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages