Bookmyshow auto ratings with multiple mails using python with selenium
𝙄𝙛 𝙔𝙤𝙪 𝙁𝙖𝙣 𝙊𝙛 𝙏𝙝𝙖𝙩 𝙈𝙤𝙫𝙞𝙚 & 𝙈𝙖𝙠𝙚 30+ 𝙍𝙖𝙩𝙞𝙣𝙜𝙨 𝙄𝙣 𝙁𝙖𝙨𝙩 𝙈𝙚𝙖𝙣𝙨 𝙃𝙚𝙧𝙚 𝙄𝙨 𝙏𝙝𝙚 𝘾𝙝𝙖𝙣𝙘𝙚....
https://www.youtube.com/watch?v=FVumnHy5Tzo&t=1s&ab_channel=HelloWorld
First, open Chrome file location and the Chrome location(use start in: path) is
C:\Users\Hp\AppData\Local\Google\Chrome\Application
click window button and search cmd and enter
cd C:\Users\Hp\AppData\Local\Google\Chrome\Application (1st line in cmd)
in line enter
chrome.exe --remote-debugging-port=9222 --user-data-dir=""(in "enter your localhost path here")
Next, enter this command into the terminal, replacing "enter your localhost path here" with your localhost path:
For example, in my case it is:
chrome.exe --remote-debugging-port=9222 --user-data-dir="C:\Users\Hp\Desktop\Bots\Chromedriver\Localhost" (2nd line in cmd make sure you replace the localhost path)
then again open new terminal in that folder enter
pip install selenium==4.2.0
after enter rm.py or double click on rm.py
0,10
0,20
0,30
0,40
0,50
0,60
0,70
0,80
0,90
100,100 - for 100% ratings
To download the latest version of Chrome Driver, please visit https://chromedriver.chromium.org/
and extract the file to the designated folder.
👉if your selenium version is in latest version then the code never run
👉open cmd and enter pip uninstall selenium
And enter
pip install selenium==4.2.1 or pip install selenium==4.2.0
and hit enter
and
python -c "import selenium; print(selenium.version)"