Metadata-Version: 2.1
Name: ethmeet
Version: 1.5
Summary: Online meeting automation tool
Home-page: https://github.com/sourcerer0/ethmeet
Author: Lo Han
Author-email: lohan.uchsa@protonmail.com
License: UNKNOWN
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.6
Description-Content-Type: text/markdown

# ethmeet
Automate online meetings and classes with ethmeet library.

## Installation
From source:
```shell script
git clone git@github.com:sourcerer0/ethmeet.git && cd ethmeet

python3 -m setup install

# In case you're having trouble with QT_DEVICE_PIXEL_RATIO
./QT_DEVICE.sh
```

Pip:
```shell script
python3 -m pip install ethmeet
```

### Dependancies
#### Package Installer
```shell script
pip3 install -r requirements.txt
```

#### Browser
*NOTE: attendMeet module uses Firefox as its standard browser*

##### Geckodriver Install (Linux)
```shell script
./gecko-install
```

## Docs
- [AttendMeet Basic Usage](https://github.com/sourcerer0/ethmeet/blob/master/docs/attendMeet.md)

## Contributing & Issue Tracker
Branch & [Pull Request](https://github.com/sourcerer0/ethmeet/pulls)
- [Issues](https://github.com/sourcerer0/ethmeet/issues)

## License
[Apache License 2.0](https://github.com/sourcerer0/ethmeet/blob/master/LICENSE)


