Skip to main content

Online meeting automation tool

Project description

ethmeet

Automate online meetings with ethmeet library.

Installation

Pip:

pip3 install ethmeet

NOTE: ethmeet module uses Firefox as its standard browser

Docs

Basic Usage

import sys

from time import sleep
TIME = 10 #class length in seconds

from ethmeet import GoogleMeet, ZoomMeet

hall = GoogleMeet(code = "aaabbbbccc")
#hall = ZoomMeet("some zoom meeting code or url here")

hall.login_data = {"user": "<your username>",
                "passwd": "<your password>"}
# hall.login_data = {} for CLI input

hall.driver = "firefox"

hall.doLogin()

hall.goto_meet()

for _ in range(TIME): sleep(1)

hall.driver.close()

Contributing & Issue Tracker

Branch & Pull Request

Get source

git clone git@github.com:sourcerer0/ethmeet.git && cd ethmeet

python3 -m virtualenv . && pip3 install -r requirements.txt

License

Apache License 2.0

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ethmeet-1.5.3b2.tar.gz (5.0 kB view hashes)

Uploaded Source

Built Distribution

ethmeet-1.5.3b2-py3-none-any.whl (10.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page