Skip to content

yashu1wwww/Auto-google-meet-login-using-localhost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Auto-google-meet-login-using-localhost

Auto google meet login using selenium with python on localhost

https://www.youtube.com/watch?v=FVumnHy5Tzo&t=1s&ab_channel=HelloWorld

𝙬𝙖𝙩𝙘𝙝 𝙪𝙥𝙩𝙤 3mins-26sec+ 𝙩𝙝𝙚𝙣 𝙧𝙚𝙢𝙖𝙞𝙣𝙞𝙣𝙜 𝙥𝙖𝙧𝙩 in the code

👉𝐖𝐚𝐭𝐜𝐡 𝐓𝐡𝐞𝐬𝐞 𝐕𝐢𝐝𝐞𝐨 𝐀𝐧𝐝 𝐂𝐨𝐧𝐧𝐞𝐜𝐭 𝐕𝐩𝐧 𝐚𝐧𝐝 𝐫𝐮𝐧

https://youtu.be/c9MAJpax5R0

C:\Users\Hp\AppData\Local\Google\Chrome\Application

"In my case, the location of Chrome is:

C:\Users\Hp\AppData\Local\Google\Chrome\Application

To access it, use the following command:

cd C:\Users\Hp\AppData\Local\Google\Chrome\Application

To enable remote debugging, use the following command:

chrome.exe --remote-debugging-port=9222 --user-data-dir="enter your localhost path here"

In my case, the command looks like this:

chrome.exe --remote-debugging-port=9222 --user-data-dir="C:\Users\Hp\Desktop\Bots\Chromedriver\Localhost"

To execute these commands, open cmd in that folder and paste the following three lines at a time, and hit the enter button. After that, execute the next three lines. The commands are adjusted to my Chrome path location and localhost path:

cd C:\Users\Hp\AppData\Local\Google\Chrome\Application

chrome.exe --remote-debugging-port=9222 --user-data-dir="C:\Users\Hp\Desktop\Bots\Chromedriver\Localhost"

enter meet.py in new cmd

pip install Random

and hit enter button

👉Note:-

👉If you have the latest version of Selenium, the code may not run

👉open cmd and enter pip uninstall selenium

And enter

pip install selenium==4.2.0

and hit enter

and

python -c "import selenium; print(selenium.version)"

𝙏𝙝𝙞𝙨 𝙞𝙣𝙛𝙤𝙧𝙢𝙖𝙩𝙞𝙤𝙣 𝙞𝙨 𝙤𝙣𝙡𝙮 𝙛𝙤𝙧 𝙚𝙙𝙪𝙘𝙖𝙩𝙞𝙤𝙣al 𝙥𝙪𝙧𝙥𝙤𝙨𝙚 𝙖𝙣𝙙 𝙬𝙚 𝙖𝙧𝙚 𝙣𝙤𝙩 𝙧𝙚𝙨𝙥𝙤𝙣𝙨𝙞𝙗𝙡𝙚 𝙛𝙤𝙧 𝙖𝙣𝙮 𝙠𝙞𝙣𝙙 𝙤𝙛 𝙞𝙡𝙡𝙚𝙜𝙖𝙡 𝙖𝙘𝙩𝙞𝙫𝙞𝙩𝙮 𝙙𝙤𝙣𝙚 𝙗𝙮 𝙩𝙝𝙞𝙨 𝙩𝙤𝙤𝙡.