Metadata-Version: 2.1
Name: wappdriver
Version: 0.5.6
Summary: A package that automates sending messages through WhatsApp Web 
Home-page: https://github.com/aahnik/wappdriver
Author: Aahnik Daw
Author-email: meet.aahnik@gmail.com
License: MIT
Description: <div align="center">
        
        ![image](https://user-images.githubusercontent.com/66209958/95024996-2760f180-06a4-11eb-8b98-d62c2d1bb26b.png)
        
         </div>
        
        <h1 align="center">wappdriver</h1>
        
        <p align="center">API for WhatsApp Web Automation</p>
        
        <div align="center">
        
        [![Tests](https://img.shields.io/badge/tests-passing-green)](https://aahnik.github.io/wappdriver/docs/Tests.html)
        [![Maintenance](https://img.shields.io/maintenance/yes/2020)](https://github.com/aahnik/wappdriver/graphs/commit-activity)
        [![GitHub Release](https://img.shields.io/github/v/release/aahnik/wappdriver)](https://github.com/aahnik/wappdriver/releases)
        [![CodeFactor](https://www.codefactor.io/repository/github/aahnik/wappdriver/badge)](https://www.codefactor.io/repository/github/aahnik/wappdriver)
        
         </div>
        
        ---
        
        Wondering how to send WhatsApp messages using Python using only few lines of code? **You have come to the right place!**
        
        _`wappdriver` enables you to send WhatsApp messages programmatically, using only 3 lines of code._
        
        **A python package that helps you automate sending messages through WhatsApp Web 😎**
        
        ### _🌟🌟 New_
        
        WappDriver now supports sending **images** , **videos**, **documents** and other file types... _[learn usage](https://aahnik.github.io/wappdriver/docs/Documentation.html)_
        
        ### It's very simple to use
        
        ![using wappdriver](https://raw.githubusercontent.com/aahnik/wappdriver/main/docs/images/wappdriver.png).
        
        ### How to install ??
        
        ```
        pip install wappdriver
        ```
        
        For Mac and Linux, you may need to use `pip3`.
        
        [PyPI](https://pypi.org/project/wappdriver/)
        
        [![MIT LICENSE](https://img.shields.io/pypi/l/ansicolortags.svg)](/LICENSE)
        
        ### WARNING ⚠️
        
        - WhatsApp does not allow you to login into the same account from multiple chrome tabs.
          So **make sure to close any chrome tab which has WhatsApp Web open**. Not doing so will lead to errors.
        - Your phone which is having that WhatsApp account, must stay connected to internet for WhatsApp Web to work
        
        ### Requirements
        
        [![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/)
        
        - **[Chrome Browser](https://www.google.com/chrome/)**
        - [Chrome Driver](https://chromedriver.chromium.org/)
        
        Make sure to have matching versions of Chrome Browser and Chrome Driver.
        I recommend to use the latest stable release of both, for the best performance.
        
        `WappDriver does not support other Browsers. Please use Chrome for a smooth experience`
        
        ### Documentation
        
        [Read](https://aahnik.github.io/wappdriver/docs/Documentation.html) the full Documentation to know about all the features.
        
        ### Want to contribute ?
        
        Please look at [Code of Conduct](https://github.com/aahnik/wappdriver/blob/master/.github/CODE_OF_CONDUCT.md#contributor-covenant-code-of-conduct) and [Contributing Guidelines](https://github.com/aahnik/wappdriver/blob/master/.github/CONTRIBUTING.md#how-to-contribute-to-wappdriver-)
        
        Please read the explanation of the detailed working of `wappdriver` from the [Developer's Guide.](https://aahnik.github.io/wappdriver/docs/For_Developers.html)
        
        ### Help
        
        Read the [Help Page](/docs/help.md)
        
        For furthur assistance you can ask ![image](https://user-images.githubusercontent.com/66209958/95024578-81ac8300-06a1-11eb-8f56-d4a552135bfd.png) a question in **issues**
        
        ---
        
        <div align="center">
        
        <a href = "https://medium.com/@aahnikdaw" > <img src = "https://github.com/aahnik/aahnik/blob/master/social_media_logos/medium.png?raw=true" alt = "medium" > </a >
        <a href = "https://www.facebook.com/aahnik.daw" > <img src = "https://github.com/aahnik/aahnik/blob/master/social_media_logos/facebook.png?raw=true" alt = "facebook" > </a >
        <a href = "https://www.linkedin.com/in/aahnik-daw-067a011b3/" > <img src = "https://github.com/aahnik/aahnik/blob/master/social_media_logos/linkedin.png?raw=true" alt = "linkedin" > </a >
        <a href = "https://t.me/AahniKDaw" > <img src = "https://github.com/aahnik/aahnik/blob/master/social_media_logos/telegram.png?raw=true" alt = "telegram" > </a >
        <a href = "https://twitter.com/AahnikD" > <img src = "https://github.com/aahnik/aahnik/blob/master/social_media_logos/twitter.png?raw=true" alt = "twitter" > </a >
        <a href = "https://www.quora.com/profile/Aahnik-Daw" > <img src = "https://github.com/aahnik/aahnik/blob/master/social_media_logos/quora.png?raw=true" alt = "quora" > </a >
        <a href = "https://www.youtube.com/channel/UCcEbN0d8iLTB6ZWBE_IDugg" > <img src = "https://github.com/aahnik/aahnik/blob/master/social_media_logos/youtube.png?raw=true" alt = "youtube" > </a >
        <a href = "https://stackoverflow.com/users/13523305/aahnik-daw" > <img src = "https://github.com/aahnik/aahnik/blob/master/social_media_logos/stackOverflow.png?raw=true" alt = "stackOverflow" > </a >
        <a href = "https://dev.to/aahnik" > <img src = "https://github.com/aahnik/aahnik/blob/master/social_media_logos/dev.png?raw=true" alt = "dev" > </a >
        
         </div>
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
