Skip to content

BaffledCoder/Attendance100

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Attendance100

Automation for scheduled zoom meetings.

Features

  • Automatically opens scheduled zoom meetings where schedule is saved in a csv file.
  • Can send email notifications about meetings that have started and joined by the script.

Setup (for Windows)

  1. Download & Install Python from here.
  2. Fill the zoom meeting links in timetable.csv.
  3. Enter the following paths in the batch file (attendance100.bat) --> "<PATH to python.exe>\python.exe" "<PATH to python script>\Attedance100.py" "<PATH to timetable file>\timetable.csv" without < >(obviously).

Usage

Run attendance100.bat.

OR

For complete automation create New Task in Task Scheduler to schedule and run attendance100.bat.

Notes

  • It would be better if zoom application is logged in already so that it doesn't ask for login credentials on joining the link.
  • timetable.csv column number 1 to 6 denote Monday to Saturday.
  • Days where schedule is over early, should end with exit in timetable.csv. (See timetable.csv for reference)
  • Code for email notification is commented out for ease of use to users. Anyone interested can uncomment it and fill in his mail server login credentials.

Future

  • Might update with more advanced features.
  • Open to contributions & pull requests.

About

Automation for scheduled zoom meetings.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 53.9%
  • Jupyter Notebook 43.2%
  • Batchfile 2.9%