- Notifications
You must be signed in to change notification settings - Fork216
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
whatsplay/whatsapp-play
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A command line software through which you can play with your WhatsApp. The software aims to provide all the facilities to use and implement a multitude of WhatsApp features. Blog link:https://github.com/rpotter12/rpotter12.github.io/blob/master/blogs/blog3-tracking-26-07-2019.md
- Online/offline Tracker
- Terminal Chat
- Chat Intermediator
- Message Service
- Telegram Bot
- Message Blast
- Message Timer
- Save Chat
- Schedule Message
- About Changer
- Get News (Get API fromhttps://newsapi.org/ and paste it in newsapi = NewsApiClient(api_key="YOUR API KEY"))
- Get Profile Photos
- Broadcast Message
- Target Info (Profile Info)
- Download Media
Windows:python -m pip install wplay
Unix/Linux/Mac:python3 -m pip install wplay
Installation Video:Simple Installation Link
Windows
$ git clone https://github.com/rpotter12/whatsapp-play.git$ cd whatsapp-play$ python -m pip install -r requirements.txt$ python -m wplay -h
Unix/Linux/Mac
$ git clone https://github.com/rpotter12/whatsapp-play.git$ cd whatsapp-play$ python3 -m pip install -r requirements.txt$ python3 -m wplay -h
For detailed usage of command visit:https://github.com/rpotter12/whatsapp-play/wiki/Usage
The easiest way to contribute toWhatsapp-Play is by starring the repository and opening more and moreissues for features you'd like to see in future.
First step is to create a fork and clone, then you can solve theissues listed and help us find new ones. Then try debugging with Visual Studio Code it is necessary to create a launcher with the arguments.
Steps to create a launcher with arguments follow the steps bellow:
- Click in 'Debug' tab
- Click in 'Add Configuration'
- Select 'Module'
- Type 'wplay' and press Enter
- A json file will be opened. Inside configurations add the args, for example: "args":["-wb","name"]
Debug Tutorial Video:Debug Tutorial Link
Check more about contribution guidelineshere
This software is for educational purpose only. Keeping eye on a innocent person can make person's life stressful.
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..