bhuthesh / whatsapp-play

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

whatsapp-play

PyPi twitter

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.

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.

savechat is a script to save the chat of the person. It saves all the messages with that person in message.txt file. (script is in progress)


Installation

  • pip3 install wplay

Usage

usage: wplay [-h] (-wc | -wb | -wt| -wsc) NAME

WhatApp-play

positional arguments:
  NAME           contact name of the target

optional arguments:
  -h, --help     show this help message and exit
  -wc, --wchat   chatting from command line
  -wb, --wblast  message blast to a person
  -wt, --wtrack  track online status of person
  -wsc, --wsave  save the whole chat of a person

Example - wplay -wt "target_name_of_your_whatsapp_contact"

Things to do

  • onlinetracker script - to track the online/offline status.
  • wchat script - to chat with contact from command line.
  • messageblast script - to send message repeatedly to a person.
  • argument parser to connect all scripts to one script.
  • telegram bot script for onlinetracker to send the status online/offline status to telegram bot.
  • improve onlinetracker script.
  • improve messageblast script.
  • improve wchat script for chatting.
  • a sound notification in pc system when the person gets online.
  • script to save the whole chat of a person.
  • docker image for wchat.
  • keep a record of states of multiple users in csv, for further analysis
  • .travis.yml script for travis check
    (If you have any new idea for this software, please open issue for that :) )

Disclaimer

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

License

License

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

License:MIT License


Languages

Language:Python 100.0%