This project is designed to automatically enter the Google Meet on user's behalf based on the timetable, primarily for attending online college lectures. The timetable can be edited according to user's comfort.
Please note that the driver for Chrome browser is for version: 84.0.4147.105. If your browser's version is different, you can find it here
- run the requirements.txt file using
<$ pip install -r requirements.txt>
- Change the path of chromedriver, JoinNow.png and timetable.txt in meet.py
- run the file meet.py by
<$ python meet.py>