Metadata-Version: 2.1
Name: wappdriver
Version: 0.0.7
Summary: A package that automates sending messages through WhatsApp Web 
Home-page: https://github.com/aahnik/wapp-driver
Author: Aahnik Daw
Author-email: aahnikdaw@gmail.com
License: MIT
Description: # WappDriver
        
        **It's very simple to use**
        
        ```python
        import wappdriver as wa
        bot = wa.WappDriver()
        bot.send_message(to='Friend',msg='Hi ! sent by a bot :-p ')
        # the recipients name must be saved in your contacts ...
        ```
        ![image](https://github.com/aahnik/wapp-driver/blob/master/wapp_driver_scrnsht.png?raw=true)
        
        **Requirements:**
        
        1. [Python3](https://www.python.org/)
        2. [pip3](https://www.python.org/)
        3. [Chrome Browser](https://www.google.com/chrome/) 
        4. [Chrome Driver](https://chromedriver.storage.googleapis.com/index.html?path=84.0.4147.30/)
        
        ![whatspp](https://user-images.githubusercontent.com/66209958/90409877-5953cf80-e0c7-11ea-8700-d4549735fc10.png)
        
        
        **How to install ??**
        
        ```
        pip3 install wapp-driver
        ```
        
        **DETAILS:**
        
        * name: `wapp-driver`
        * version : `0.0.5`
        * license: `MIT`
        * author: `Aahnik Daw`
        
        * description: `A package that automatessending messages through WhatsApp Web` 
        
        * [url](https://github.com/aahnik/wapp-driver)
        
        * classifiers
            - Programming Language :: `Python :: 3`
            - License :: `OSI Approved :: MIT License`
            - Operating System :: `OS Independent`
        
        * python_requires: `>=3.8`
        
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
