Skip to content

rishi255/autojoiner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

autojoiner

PyPi version PyPi Downloads PyPi license GitHub last commit

A CLI tool to automate the joining of Zoom or Cisco Webex meetings at scheduled times irrespective of operating system.

Uses Selenium to automate the joining of meetings, and uses Task Scheduler or schtasks (Windows) / crontab (Linux) to schedule meetings.

Currently supported features

  • Schedule the joining of a meeting:
    autojoiner add [--repeat-weekly] <meeting_link> <start date> <time to join> <task name>
    where,

    • start date is in format YYYY-MM-DD
    • time is in format HH:mm
  • Immediately join a meeting (automated using Selenium):
    autojoiner join <meeting_link>

How to install

This package is hosted on PyPi, which means installation as simple as running one command: pip install autojoiner

About

A tool in Python to automate the joining of Zoom or Cisco Webex meetings at scheduled times.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages