Skip to content

Python script that automatically launches the class URL from a data.json file based on the current day and time.

Notifications You must be signed in to change notification settings

psk907/class-join

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

class-join

Python script that automatically launches the class URL from the data.json file.

Usage Instructions

  1. Clone the repository

    git clone https://github.com/psk907/class-join.git

  2. Install dependencies

    pip install pyautogui

  3. Fill your links in the data.json

    {
    "links":{
        "mon":[
            "https://your-class-link",
            "tbd", //when the link isnt available
            "impartus", //to join on Impartus   ...
        ],  ...
        }
     }
    
  4. Run the script

    python app.py

About

Python script that automatically launches the class URL from a data.json file based on the current day and time.

Topics

Resources

Stars

Watchers

Forks

Languages