Skip to content

Command line software through which you can play with your WhatsApp. It is having different options to play with your WhatsApp like message blast, online tracking, whatsapp chat..

License

Notifications You must be signed in to change notification settings

rishab247/whatsapp-play

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

whatsapp-play

Downloads Codacy Badge PyPi CircleCI twitter HitCount Gitter

It is command line software through which you can play with your WhatsApp. It is having different options to play with your WhatsApp like message blast, online tracking, whatsapp chat.. This software aims to provide all facilities which we can do with WhatsApp. This CLI software does not require any API key for the execution.

wchat stands for WhatsApp chat. Through this you can chat with your WhatsApp contact directly from the command line.

onlinetracker tracks the online and offline timings of your WhatsApp contact. It will check the online status and will immediately stores that data into a .txt file. Blog link: https://github.com/rpotter12/rpotter12.github.io/blob/master/blogs/blog3-tracking-26-07-2019.md

tgbot sends the tracking status to our telegram bot.

messageblast is a message bomb script. It sends messages to your WhatsApp contact continously. The number of messages is decided by you. You can blast infinite number of messages to your WhatsApp contact.

messagetimer is a message timer script. It sends messages to your WhatsApp contact from time to time. The number of messages and type of messages is decided by you. It's possible to send messages at random interval and the message type is chosen randomly.

savechat is a script to save all the chat which we backup on our google drive.


Installation

Install whatsapp-play from PyPI:

Windows: python -m pip install wplay
Unix: python3 -m pip install wplay
Installation Video: Simple Installation Link

ALTERNATIVE - Run whatsapp-play from source code:

git clone https://github.com/rpotter12/whatsapp-play.git
cd 'whatsapp-play'
Windows: python -m pip install -r requirements.txt
Unix: python3 -m pip install -r requirements.txt
Windows: python -m wplay -h
Unix: python3 -m wplay -h

Usage


Example - wplay -wt "target_name_of_your_whatsapp_contact" or wplay -pull "Databases/msgstore.db.crypt12"

Contribute

The first step is to create a fork and clone, then you can solve our issues and help us find new ones. To debug with Visual Studio Code it is necessary to create a launcher with the arguments.

To create a launcher with arguments follow the steps bellow:

  1. Click in 'Debug' tab
  2. Click in 'Add Configuration'
  3. Select 'Module'
  4. Type 'wplay' and press Enter
  5. A json file will be opened. Inside configurations add the args, for example: "args":["-wb","name"]

Debug Tutorial Video: Debug Tutorial Link

Disclaimer

This software is for educational purpose only. Keeping eye on a innocent person can make person's life stressful.

License

License

If you like the project, support us by star

About

Command line software through which you can play with your WhatsApp. It is having different options to play with your WhatsApp like message blast, online tracking, whatsapp chat..

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.3%
  • Other 0.7%