Skip to content

Quick python program that will pick the next zoom link based on time and day of the week

License

Notifications You must be signed in to change notification settings

hazcoper/ZoomClassPicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ZoomClassPicker

Quick python program that will pick the next zoom link based on time and day of the week

Installation

git clone the repository, edit the link_aulas.txt file with the proper format and run the main.py

make sure you are using python3

has not been tested in linux yet

Format for link_aulas.txt

order of paramenters (are the values are seperated by c','):

  1. Link for video class
  2. Name of the class
  3. Day of the week (1 - Monday; 2 - Tuesday....)
  4. Time (11h00; 15h00; 17h00...)
  5. ';'

exemple of a line:

https://zoom.com,MO-T,2,15h00;'\n'

License

MIT

About

Quick python program that will pick the next zoom link based on time and day of the week

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages