-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a709850
commit 97c34ed
Showing
20 changed files
with
57,349 additions
and
148 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# -*- mode: python ; coding: utf-8 -*- | ||
|
||
block_cipher = None | ||
|
||
|
||
a = Analysis(['Automation.py'], | ||
pathex=['C:\\Users\\Kejariwal\\Github\\Online-Class-Automation'], | ||
binaries=[], | ||
datas=[], | ||
hiddenimports=[], | ||
hookspath=[], | ||
runtime_hooks=[], | ||
excludes=[], | ||
win_no_prefer_redirects=False, | ||
win_private_assemblies=False, | ||
cipher=block_cipher, | ||
noarchive=False) | ||
pyz = PYZ(a.pure, a.zipped_data, | ||
cipher=block_cipher) | ||
exe = EXE(pyz, | ||
a.scripts, | ||
a.binaries, | ||
a.zipfiles, | ||
a.datas, | ||
[], | ||
name='Automation', | ||
debug=False, | ||
bootloader_ignore_signals=False, | ||
strip=False, | ||
upx=True, | ||
upx_exclude=[], | ||
runtime_tmpdir=None, | ||
console=True ) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
Online Class Automation | ||
|
||
A python script that automatically joins a zoom meeting based on your timetable. | ||
|
||
How to use?... | ||
|
||
1. Save this Folder in your desktop. | ||
2. From app folder Install VC_redist.x86 or VC_redist.x64 file whichever supports your system from the folder. | ||
3. Now Update you time, Meeting ID, Passkey in meetingschedule.csv and save it. | ||
4. Update your Path in path.txt | ||
- To get path right click on ZOOM click on "Open File Location". | ||
- Copy Path from above and past it in "path.txt file". | ||
5. Run Automation.exe and cross-check for details. | ||
6. After that Click on "Run Automation" to run the program. | ||
7. The process will start. | ||
8. Minimize the Screen and Terminal. | ||
|
||
Prerequisites... | ||
|
||
1. Zoom app must be installed in your system. | ||
2. You must be logged in to your Zoom account and maximize the window. | ||
3. Install Visual C++ Redistributable form net or file attached with it. | ||
4. Meeting time for the day along with Meeting ID and passcode must be entered manually into the "meetingschedule.csv". | ||
|
Binary file not shown.
Oops, something went wrong.