Metadata-Version: 2.1
Name: whatsappbot-selenium
Version: 0.0.1
Summary: It is a module that has the function of sending and deleting whatsapp messages using Selenium
Home-page: https://github.com/matcarvalho/whatsappbot-selenium
Author: Mateus Carvalho
Author-email: mateuscarvalho@outlook.com
License: MIT License
Description: # Whatsappbot-selenium
        
        ## Getting Started
        #### Dependencies
        You need Python 3.7 or later to use **pacotepypi**. You can find it at [python.org](https://www.python.org/).
        You also need setuptools, wheel and twine packages, which is available from [PyPI](https://pypi.org). If you have pip, just run:
        ```
        pip install selenium
        pip install webdriver-manager
        ```
        #### Installation
        Clone this repo to your local machine using:
        ```
        git clone https://github.com/matcarvalho/whatsappbot-selenium.git
        ```
        ## Functions
        - Send Menssage with Selenium by Whatsapp
          - Parameters: Contact  (Name the person or Group) and message
        - Delete Menssage with Selenium by Whatsapp
          - Parameters: Contact (Name the person or Group)
        
        ## Example
        
        import Whatsappbot
        
        test = Whatsappbot()
        
        test.send_message("Lucas","Hi, your tracking code is 12312")
        
        test.delete_message("Lucas") -> Will delete the last message
        
Keywords: Bot for Whatsapp with Selenium
Platform: UNKNOWN
Description-Content-Type: text/markdown
