HarshCasper / Rotten-Scripts

Scripts that will make you go WOW!
MIT License
1.45k stars 494 forks source link

[script request]: Take automatic attendance in google meet #1349

Open Phoenix-031 opened 2 years ago

Phoenix-031 commented 2 years ago

Is there an existing issue for this?

Describe the script

The script will enter a google meet given the meeting code and take the attendance of the people and present in the meeting and store it in a excel file for later use.

Language

Python

Is the feature request related to a problem? Please Specify.

It's a tiresome process to get the attendance of the students in a google meet so this script will simplify the process of taking attendance and thereby will be very helpful for teachers and students alike.

Describe the solution you'd like.

Using selenium framework in python and suitable webdriver the bot will enter the meeting access the people's column in the meeting, register all the names that are visible and store them in a excel file.

Anything else?

i would to work on this as a part of GSSOC 22'

Code of Conduct

Phoenix-031 commented 2 years ago

/assign

github-actions[bot] commented 2 years ago

This issue has been assigned to @Phoenix-031! It will become unassigned if it isn't closed within 21 days. A maintainer can also add the pinned label to prevent it from being unassigned.

github-actions[bot] commented 2 years ago

@Phoenix-031, this issue hasn't had any activity in 7 days. It will become unassigned in 14 days to make room for someone else to contribute.

Raadheyyy commented 1 year ago

how do you want to incorporate the script into the code, am I supposed to create a new Python file and make a pull request?