Metadata-Version: 2.1
Name: wplay
Version: 2.2.0
Summary: command line software to play with your WhatsApp
Home-page: https://github.com/rpotter12/whatsapp-play/
Author: Rohit Potter
Author-email: rohitpotter12@gmail.com
License: MIT
Download-URL: https://pypi.org/project/wplay/
Description: # whatsapp-play
        
        [![Downloads](https://pepy.tech/badge/wplay)](https://pepy.tech/project/wplay)
        [![Codacy Badge](https://api.codacy.com/project/badge/Grade/749acf4cad424fbeb96a412963aa83ea)](https://app.codacy.com/app/rpotter12/whatsapp-play?utm_source=github.com&utm_medium=referral&utm_content=rpotter12/whatsapp-play&utm_campaign=Badge_Grade_Settings)
        [![PyPi](https://img.shields.io/badge/pypi-v2.0.0-blue)](https://pypi.org/project/wplay/)
        [![codecov](https://codecov.io/gh/rpotter12/whatsapp-play/branch/master/graph/badge.svg)](https://codecov.io/gh/rpotter12/whatsapp-play)
        [![twitter](https://img.shields.io/twitter/url/https/github.com/rpotter12/whatsapp-play.svg?style=social)](https://twitter.com/rpotter121998)
        [![HitCount](http://hits.dwyl.io/rpotter12/whatsapp-play.svg)](http://hits.dwyl.io/rpotter12/whatsapp-play)
        [![Gitter](https://badges.gitter.im/whatsapp-play/community.svg)](https://gitter.im/whatsapp-play/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
        
        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](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
        whatsapp-play is available on PyPI. You can install whatsapp-play by pip command: `pip3 install wplay`
        
        ## Usage
        <img src="/images/usage.png"><br>
        Example - `wplay -wt "target_name_of_your_whatsapp_contact"` or `wplay -pull "Databases/msgstore.db.crypt12"`
        
        ## Things to do
        - [x] onlinetracker script - to track the online/offline status.([issue #3](https://github.com/rpotter12/whatsapp-play/issues/3))
        - [x] wchat script - to chat with contact from command line.
        - [x] messageblast script - to send message repeatedly to a person.
        - [x] argument parser to connect all scripts to one script.([pull #9](https://github.com/rpotter12/whatsapp-play/pull/9))
        - [x] telegram bot script for onlinetracker to send the status online/offline status to telegram bot.([issue #4](https://github.com/rpotter12/whatsapp-play/issues/4))
        - [x] improve onlinetracker script.([pull #9](https://github.com/rpotter12/whatsapp-play/pull/9))
        - [x] improve messageblast script.
        - [x] improve wchat script for chatting.([pull #10](https://github.com/rpotter12/whatsapp-play/pull/10))
        - [x] a sound notification in pc system when the person gets online.([issue #22](https://github.com/rpotter12/whatsapp-play/issues/22))
        - [x] proper option to exit the running program([issue #19](https://github.com/rpotter12/whatsapp-play/issues/19))
        - [x] save the status.txt file of onlinetracking in separate wplay folder([issue #24](https://github.com/rpotter12/whatsapp-play/issues/24))
        - [x] script to save the whole chat of a person.([issue #12](https://github.com/rpotter12/whatsapp-play/issues/12))
        - [x] messagetimer script. ([pull #71](https://github.com/rpotter12/whatsapp-play/pull/71))
        - [ ] docker image for whatsapp-play.([issue #21](https://github.com/rpotter12/whatsapp-play/issues/21))
        - [ ] keep a record of states of multiple users in csv, for further analysis([issue #15](https://github.com/rpotter12/whatsapp-play/issues/15))
        - [ ] script to find the location of the person([issue #31](https://github.com/rpotter12/whatsapp-play/issues/31))
        - [ ] .travis.yml script for travis check([issue #20](https://github.com/rpotter12/whatsapp-play/issues/20))
        - [ ] add firefox functionality([issue #48](https://github.com/rpotter12/whatsapp-play/issues/48))
        - [ ] add codecov script([issue #51](https://github.com/rpotter12/whatsapp-play/issues/51))<br>
        (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](https://img.shields.io/github/license/rpotter12/whatsapp-play.svg)](https://github.com/rpotter12/whatsapp-play/blob/master/README.md)
        
        ***If you like the project, support us by star***
        
Keywords: whatsapp,whatsapp-cli,whatsapp-chat,message-blast,message-timer,tracker,online tracking,save-chat
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.4
Description-Content-Type: text/markdown
