Metadata-Version: 2.1
Name: ethmeet
Version: 1.5.4
Summary: 'ethmeet' stands for 'Ethical Meeting'. A video-communication webdriver library. API compatible with most famous platforms.
Home-page: https://github.com/elleaech/ethmeet
Author: Lo Han
Author-email: lohan.uchsa@protonmail.com
License: UNKNOWN
Description: # ethmeet
        'ethmeet' stands for 'Ethical Meeting'.
        >
        Video-communication webdriver library. API compatible with most famous platforms.
        
        ## Installation
        Pip:
        ```shell script
        pip3 install ethmeet && python3 /usr/local/bin/gecko_install.py
        ```
        > NOTE: ethmeet uses Firefox as its standard browser
        
        ## Docs
        - [ethmeet Basic Usage & API Reference](https://github.com/elleaech/ethmeet/blob/master/docs/ethmeet.md)
        
        ## Contributing & Issue Tracker
        Branch & [Pull Request](https://github.com/elleaech/ethmeet/pulls)
        - [Issues](https://github.com/elleaech/ethmeet/issues)
        
        ### Get source
        ```shell script
        git clone git@github.com:elleaech/ethmeet.git && cd ethmeet
        
        python3 -m virtualenv . && pip3 install -r requirements.txt
        ```
        
        ## License
        [Apache License 2.0](https://github.com/elleaech/ethmeet/blob/master/LICENSE)
        
Keywords: bot firefox automation browser selenium meeting zoom google
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.8
Description-Content-Type: text/markdown
