https://github.com/ahammadshawki8/zoom_assistant
Automatically search through 🔎 your CSV Zoom meetings timetable and gives you meetings ID, pass, and link. 🙌
https://github.com/ahammadshawki8/zoom_assistant
assistive-technology meetings productivity timetable zoom
Last synced: 8 months ago
JSON representation
Automatically search through 🔎 your CSV Zoom meetings timetable and gives you meetings ID, pass, and link. 🙌
- Host: GitHub
- URL: https://github.com/ahammadshawki8/zoom_assistant
- Owner: ahammadshawki8
- License: mit
- Created: 2020-09-01T07:32:13.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-15T06:52:11.000Z (almost 5 years ago)
- Last Synced: 2024-12-28T08:27:01.828Z (10 months ago)
- Topics: assistive-technology, meetings, productivity, timetable, zoom
- Language: Python
- Homepage:
- Size: 590 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Zoom_Assistant
Zoom_Assistant is a simple Python program which is specially designed for the students who have to attend zoom online classes in the pandemic situation. The most annoying part of online classes is that manually search through the class routine and teacher's zoom ID and password's list before each class. Zoom Assistant will do that work automatically in just 5 seconds!If you are from rumc, then go to the [rumc](https://github.com/ahammadshawki8/Zoom_Assistant/tree/rumc) branch.
# Features
* Automatically search through your timetable
* Gives meeting alert if you are late or early in the class (range - 5 min)
* Quickly join you to upcoming Zoom meeting with the help of the meeting link
* A while loop run in the background searching upcoming meetings
* loop sleeps for 5 minutes after each iteration (this is good for less memory usage)# How to Use
* Download and Install [Python 3](https://www.python.org/downloads/) in your device.
* Download [Zoom_Assistant](https://codeload.github.com/ahammadshawki8/Zoom_Assistant/zip/master) repository's zip folder in your device.
* Extract the zip file.
* Open **meetings.csv** file and create your zoom meetings timetable.
* You have to write Time, Meeting ID, Meeting Pass, Meeting Link and Info.
* **NOTE** The Time format's example is given in the **meetings.csv** file.
**Format**- Weekday(Abbreviation),Hour(24):Minutes
* Open **Zoom.py** file by double-clicking on it.# License
Details can be found in [LICENSE](LICENSE)