Skip to content
Rohit Potter edited this page Apr 6, 2020 · 11 revisions

Introduction

whatsapp-play is having many different options for performing different tasks.

                 __           
 _      ______  / /___ ___  __
| | /| / / __ \/ / __ `/ / / /
| |/ |/ / /_/ / / /_/ / /_/ / 
|__/|__/ .___/_/\__,_/\__, /  
      /_/            /____/   

usage: wplay [-h]
             (-wc | -wb | -wti | -wt | -wtb | -pull | -ws | -wa | -wgn | -wgp)
             [TARGET]

WhatsApp-play

positional arguments:
  TARGET                contact or group name, optional , target can be
                        selected manually except for saving chat

optional arguments:
  -h, --help            show this help message and exit
  -wc, --terminal-chat  chatting from command line
  -wb, --message-blast  message blast to a person
  -wti, --message-timer
                        send messages from time to time
  -wt, --online-tracker
                        track online status of person
  -wtb, --telegram-bot  sends tracking status to telegram bot
  -pull, --pull         save all chats from Google Drive, target is necessary
  -ws, --schedule-message
                        send the message at scheduled time
  -wa, --about-changer  Changes the about section
  -wgn, --get-news      Get news in whatsapp group
  -wgp, --get-profile-photos
                        Get profile photo of all your contacts

Whatsapp Chat

  • wplay -wc "<target_name>"

Through this command, the user can directly do chatting with their command line.

Whatsapp Blast

  • wplay -wb "<target_name>"

Through this command, the user can blast many messages to the target at the same time.

Whatsapp Track

  • wplay -wt "<target_name>"

Through this command, the user can track the target person at the current time until the script is terminated.

Example

$ wplat -wt "abc" #command for tracking

Then session manager ask for selecting a option. Choose a option according to your need

? ***Session Manager***: Continue without saving

Then it chromium-browser will be open ask to scan the QR code. Scan QR code with your whatsapp app.

Looking for: abc
Contacts found:
0: abc
Enter the number of the target you wish to choose: 0 # select the number of target from the above list
You've selected the target named by: abc
Tracking: abc
29/02/2020, 22:14:31 - Status: offline

Whatsapp Telegrambot

  • wplay -wtb "<target_name>"

Through this command, the user can send the tracking status report to their personal telegram bot.

Whatsapp Save Chat

  • wplay -pull "Databases/msgstore.db.crypt12"

Through this command, the user can save all the chats of all persons.

Whatsapp Message Timer

  • wplay -wti "<target_name>"

Through this command, the user can send messages to the target person from time to time.

Whatsapp Message Schedule

  • wplay -ws "<target_name>"

Through this command, the user can send message at a schedule time.

Whatsapp About

  • wplay -wa

Through this command, the user can change his/her about section by his/her choice like quotes, news, etc.
The changeAbout script uses a news api. For fetching content from the api, you need to generate an api key from here. After getting the api key you need to create a .env file and then place this key in .env file as NEWS_API_KEY=YOUR KEY. Now you simple need to run the script:

  • python3 -m wplay -a
  • The script will then prompt the user to input news's theme. The news can be related to any keyword. For example - Football, Bitcoin etc. You can also specify the category of the news(eg. Business, Sports etc).
  • The script will then change your about section automatically on every latest news fetched from the api related to your input.

Whatsapp News

  • wplay -wgn <group_name>

Through this command, the user can send top news in a group.

Whatsapp Media

  • wplay -wgp

Through this command, the software will download all the profile photos of all the contacts.

Clone this wiki locally