All Projects → rpotter12 → Whatsapp Play

rpotter12 / Whatsapp Play

Licence: mit
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..

Programming Languages

python
139335 projects - #7 most used programming language
python3
1442 projects

Projects that are alternatives of or similar to Whatsapp Play

Whatsapp Web
WhatsApp chat from [command line, terminal, console, cli] 📵
Stars: ✭ 259 (-10.38%)
Mutual labels:  chat, whatsapp, chromedriver
Termchat
Terminal chat through the LAN.
Stars: ✭ 229 (-20.76%)
Mutual labels:  command-line-tool, terminal, chat
Zsh Vi Mode
💻 A better and friendly vi(vim) mode plugin for ZSH.
Stars: ✭ 181 (-37.37%)
Mutual labels:  command-line-tool, terminal
Zoxide
A smarter cd command. Supports all major shells.
Stars: ✭ 4,422 (+1430.1%)
Mutual labels:  command-line-tool, terminal
whatabomb
A whatsapp bombing GUI Script
Stars: ✭ 84 (-70.93%)
Mutual labels:  chromedriver, whatsapp
Desktoppr
Simple command line tool to set the desktop picture on macOS
Stars: ✭ 127 (-56.06%)
Mutual labels:  command-line-tool, terminal
Quickpkg
wrapper for pkgbuild to quickly build simple packages from an installed app, a dmg or zip archive.
Stars: ✭ 137 (-52.6%)
Mutual labels:  command-line-tool, terminal
Covid19 Tracker Cli
A curl-based command line tracker for Novel Coronavirus or COVID-19 pandemic. It Supports terminal for linux and macos, command prompt for windows, and termux for android with real-time updates.
Stars: ✭ 244 (-15.57%)
Mutual labels:  command-line-tool, terminal
Sampler
Tool for shell commands execution, visualization and alerting. Configured with a simple YAML file.
Stars: ✭ 9,203 (+3084.43%)
Mutual labels:  command-line-tool, terminal
haitou
Private Torrent Forum/Tracker in Portuguese BR (On Development now)
Stars: ✭ 16 (-94.46%)
Mutual labels:  tracker, chat
chat-bridge
同步不同聊天平台的訊息
Stars: ✭ 16 (-94.46%)
Mutual labels:  chat, telegram-bot
teleGit
Telegram Bot in Python
Stars: ✭ 22 (-92.39%)
Mutual labels:  chat, telegram-bot
Typin
Declarative framework for interactive CLI applications
Stars: ✭ 126 (-56.4%)
Mutual labels:  command-line-tool, terminal
Tooling
Advancing Node.js as a framework for writing great tools
Stars: ✭ 98 (-66.09%)
Mutual labels:  command-line-tool, terminal
Grex
A command-line tool and library for generating regular expressions from user-provided test cases
Stars: ✭ 4,847 (+1577.16%)
Mutual labels:  command-line-tool, terminal
Matrix Commander
simple but convenient CLI-based Matrix client app for sending and receiving
Stars: ✭ 90 (-68.86%)
Mutual labels:  command-line-tool, chat
Ed
A modern UNIX ed (line editor) clone written in Go
Stars: ✭ 44 (-84.78%)
Mutual labels:  command-line-tool, terminal
Mocha Chrome
☕️ Run Mocha tests using headless Google Chrome
Stars: ✭ 66 (-77.16%)
Mutual labels:  command-line-tool, terminal
technopsyna
телеграм бот для техноконфы
Stars: ✭ 16 (-94.46%)
Mutual labels:  chat, telegram-bot
Cordova Plugin Native Keyboard
🎹 Add a Slack / WhatsApp - style chat keyboard to your Cordova app!
Stars: ✭ 271 (-6.23%)
Mutual labels:  chat, whatsapp

Downloads Codacy Badge PyPi CircleCI Docker Build Status codecov twitter HitCount Gitter Gitpod Ready-to-Code

It is a command line software through which you can play with your WhatsApp. It has different options to play with your WhatsApp, like message blast, online tracking, whatsapp chat. This software aims to provide all the facilities to use and implement a multitude of WhatsApp features. This CLI software does not require any API key for the execution.

online_tracker tracks the online and offline timings of your WhatsApp contact. It will check the online status and will immediately store that data into a .txt file. In order to make this work, make sure your Whatsapp language is set to English. Blog link: https://github.com/rpotter12/rpotter12.github.io/blob/master/blogs/blog3-tracking-26-07-2019.md

terminal_chat stands for WhatsApp chat. Through this you can chat with your WhatsApp contact directly from the command line. Initially, recent chat is displayed and then the last received message is displayed every time you send a message. The chatbot gets activated when the target sends commands starting with /.Send /help command to see usage.

chat_intermediator lets you be an intermediator between two people.

message_service is a substitute for the API; it allows you to communicate your programs to wplay. You can modify our file messages.json with the number and message and the service will read the JSON and send the message. Check Wiki Usage for details.

telegram_bot sends the tracking status to our telegram bot.

message_blast 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.

message_timer 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 intervals, with the message type chosen randomly.

save_chat is a script to save the chat of the particular target.

schedule_message is a script to send message at a schedule time.

about_changer lets you create a customizable about you section for your profile, or, lets you change the about section of your profile according to lastest headlines.

get_news is a script to get all types of news in your whatsapp group. Visit https://newsapi.org/ to get your own API key and paste it in newsapi = NewsApiClient(api_key="YOUR API KEY")

get_profile_photos is a script to download profile photos of all the contacts in your whatsapp contact list.

broadcast_message is a script to allow the terminal to send a broadcast message to all the selected target persons.

target_info is a script to get information about the target user's contact number like Location (Country & City/Area), Carrier and Timezone.

download_media is a script to download all the media present in the target user's chat.


Installation

Install whatsapp-play from PyPI:

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

Alternate way - Run whatsapp-play from source code:

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

Usage


For detailed usage of command visit: https://github.com/rpotter12/whatsapp-play/wiki/Usage

Contribute

The easiest way to contribute to Whatsapp-Play is by starring the repository and opening more and more issues for features you'd like to see in future.

First step is to create a fork and clone, then you can solve the issues 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:

  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
Check more about contribution guidelines here

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].