Skip to content
/ noKey Public

A simple, yet to be powerful google meet utility bot made with selenium!

Notifications You must be signed in to change notification settings

advrxh/noKey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

banner

A simple yet to be powerful google meet utility bot made with selenium🐍!




  • JOIN MEETINGS
  • RECORD AND FORMAT ATTENDEE LIST IN EXCEL SHEETS AND JSON FORMAT

Installation

CLONE THE REPO - 🆑⭕NE

$ git clone https://github.com/AadilVarsh/noKey.git

CREATE A VIRTUAL ENV 🚀

$ python3 -m venv .env

INSTALL DEPENDENCIES 💻

$ python3 -m pip install -r requirements.txt
arrow==1.1.1
openpyxl==3.0.7
selenium==3.141.0
typer==0.3.2
typer-cli==0.0.12

UPDATE -> nokey/configs.json 🔻

example configs.json 👇🏻

{
    "chrome_driver_path": "path/to/chrome/driver.exe",
    "chrome_profile_path": "path/to/chrome/profile/",
    "output_dir_path": "path/to/excel/output/dir/",
    "chrome_args": [<insert chrome args>],
    "startup": {
        "audio": true,
        "video": true
    }
}

RUNNING noKey CLI 🎇


  • BASIC usage

python3 nokey.py url https://meet.google.com/abc-defg-hij
  • CUSTOM USER

python3 nokey.py url https://meet.google.com/abc-defg-hij --user 0

What is user ❓

They are unique USER index identifiers for your google or gsuite account.

user_id_tut

  • JOINING USING MEET CODE 👩🏻‍💻

python3 nokey.py code abc-defg-hij --user 0
  • HELP MENU

python3 nokey.py --help

HOW TO CONTRIBUTE ❓

Have an issue? you know what to do😉. Want to make any advancements fork the repo and commit a PR I'll get to you and review it asap! 🏃🏻‍♂️💨

🐦Twitter

About

A simple, yet to be powerful google meet utility bot made with selenium!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages