git clone https://github.com/JasonJerry/WebexAutomation.git
cd WebexAutomation
python main.py
- Install the prerequirements : pandas, pyautogui, subprocess using pip.
- Give the input of your meeting credentials in the timings.csv file.
- Pandas: for reading the timming from the csv file,
- pyautogui: to click the button,
- subprocess: to open the webex application.
- To add features to answer the questions and give attendance
- To add the mute and unmute function
- To enhance the efficieny of the program
- To exit the class at a specific time [ ADDED ON 11-10-2020 ]
- To add join functionality using invite link [ Coming soon! ]