https://github.com/pranavk-official/csb_meet_automation
Bot to join classes automatically at the right time (This bot is optimized for S4 CSB students - JECC)
https://github.com/pranavk-official/csb_meet_automation
Last synced: 2 months ago
JSON representation
Bot to join classes automatically at the right time (This bot is optimized for S4 CSB students - JECC)
- Host: GitHub
- URL: https://github.com/pranavk-official/csb_meet_automation
- Owner: Pranavk-official
- Created: 2021-05-25T12:19:17.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-25T18:30:17.000Z (almost 4 years ago)
- Last Synced: 2023-04-26T07:40:35.406Z (almost 2 years ago)
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CSB_Meet_Automation
Bot for joining online classes at the right time (This bot is optimized for S4 CSB students - JECC).## Refer this video for a more detailed explanation of using this bot.
[YouTube Video - Click Here](https://youtu.be/mx6fBHsQoXk)# Usage
The bot asks you for a ```AuthUser count``` while running. The required AuthUser count is the the position of logged in jecc mail id.The first id is 0 the second one is 1 and so on. For Eg:
Here my required AuthUser count is 1 as my JECC mail id is logged in as the second account.
> The bot uses keyboard hot keys to turn off the cam and mic and also to join class.So kindly avoid engaging with the meet window while joining a class is in progress.
# Installation
## Windows
Download the [meetautomation.exe](https://github.com/Pranavk-official/CSB_Meet_Automation/releases/download/v1.0/meetautomation.exe) from the releases and run/execute the file.
## Linux or Compiling Python Code
Download the [CsbMeetBot.zip](https://github.com/Pranavk-official/CSB_Meet_Automation/archive/refs/tags/v1.0.zip) file from the releases and extract it's contents.
The script depends or certain packages. You can install them by
```
pip3 install pyautogui
pip3 install datetime
```
or
```
pip3 install -r requirements.txt
```
After installing the dependencies you can run the script by
```
python meetautomation.py
```
or
```
python3 meetautomation.py
```
> Python3 is preffered over other versions of python.> For the current meet bot version chromium based browers (Google,Brave) are preffered over other browsers.
Do raise an issue for feature request or bug fixes :)