Metadata-Version: 2.1
Name: wplay
Version: 8.0.7
Summary: command line software to play with your WhatsApp
Home-page: https://github.com/rpotter12/whatsapp-play/
Author: Rohit Potter, Alexandre Calil
Author-email: rohitpotter12@gmail.com, alexandrecalilmf@gmail.com
License: MIT
Download-URL: https://pypi.org/project/wplay/
Description: <div align="center">
          <img src="images/logo.png">
                    
        # 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/pypi/v/wplay)](https://pypi.org/project/wplay/)
        ![CircleCI](https://circleci.com/gh/rpotter12/whatsapp-play/tree/master.svg?style=svg&circle-token=2b67dd21e60a01fdd36a670629574479aeb2f5c4)
        [![Docker](https://img.shields.io/docker/cloud/build/rpotter12/whatsapp-play)](https://hub.docker.com/repository/docker/rpotter12/whatsapp-play/general)
        [![Build Status](https://travis-ci.org/rpotter12/whatsapp-play.svg?branch=master)](https://travis-ci.org/rpotter12/whatsapp-play)
        [![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)
        [![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/rpotter12/whatsapp-play) 
        
        </div>
        
        
        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](https://github.com/rpotter12/rpotter12.github.io/blob/master/blogs/blog3-tracking-26-07-2019.md)
        
        ## Features
          - 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 from <https://newsapi.org/> and paste it in newsapi = NewsApiClient(api_key="YOUR API KEY"))
          - Get Profile Photos
          - Broadcast Message
          - Target Info (Profile Info)
          - Download Media
        
        ---
        
        ## Installation
        
        ### Install whatsapp-play from PyPI: <br />
        Windows: `python -m pip install wplay` <br />
        Unix/Linux/Mac: `python3 -m pip install wplay` <br />
        **Installation Video:** [Simple Installation Link](https://youtu.be/HS6ksu6rCxQ)
        
        ### Alternate way - Run whatsapp-play from source code: <br />
        **Windows**<br />
        ```
        $ 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**<br />
        ```
        $ git clone https://github.com/rpotter12/whatsapp-play.git
        $ cd whatsapp-play
        $ python3 -m pip install -r requirements.txt
        $ python3 -m wplay -h
        ```
        
        ## Usage
        <img src="images/usage.png"><br />
        
        For detailed usage of command visit: [https://github.com/rpotter12/whatsapp-play/wiki/Usage](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](https://github.com/rpotter12/whatsapp-play/issues) for features you'd like to see in future. <br />
        
        First step is to create a fork and clone, then you can solve the [issues](https://github.com/rpotter12/whatsapp-play/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. <br />
        
        Steps to create a launcher with arguments follow the steps bellow: <br />
        1. Click in 'Debug' tab
        1. Click in 'Add Configuration'
        1. Select 'Module'
        1. Type 'wplay' and press Enter
        1. A json file will be opened. Inside configurations add the args, for example: "args":["-wb","name"] 
        
        **Debug Tutorial Video:** [Debug Tutorial Link](https://youtu.be/NyJgUGvyWnY)<br />
        Check more about contribution guidelines [here](https://www.github.com/rpotter12/whatsapp-play/CONTRIBUTION.md)
        
        ## 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 api,whatsapp servicewhatsapp chat,message blast,message timer,whatsapp terminal,whatsapp news,whatsapp schedule,tracker,online tracking,save-chat
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
