500+ Youtube Non Stop Auto Comments For Videos and shorts Using selenium with python on localhost
https://www.youtube.com/watch?v=FVumnHy5Tzo&t=1s&ab_channel=HelloWorld
or after chrome opens using localhost
click window button and search cmd and enter
cd
in line enter
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)
pip install selenium==4.2.0
Each account must have 10 or more brand accounts to perform auto-comments. Replace the URL in the file with a YouTube video URL and run video.py for regular videos or shorts.py for YouTube Shorts.
In lines 11 of the code, change the comments if you want to use something different.
In line 21, change the movie video URL to the required URL.
press control + f and enter 50 and replace with how much cmts needed for each acc..
That's it! The URL will open in the previously opened localhost Chrome and 500+ auto comments will be done automatically.
👉 Note:Every time YouTube updates its code, it may vary. So, open the YouTube video, press Ctrl + Shift + C to open Developer Tools, inspect the elements, find the updated paths, and modify accordingly.
👉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.0
and hit enter
and
python -c "import selenium; print(selenium.version)"
𝙏𝙝𝙞𝙨 𝙞𝙣𝙛𝙤𝙧𝙢𝙖𝙩𝙞𝙤𝙣 𝙞𝙨 𝙤𝙣𝙡𝙮 𝙛𝙤𝙧 𝙚𝙙𝙪𝙘𝙖𝙩𝙞𝙤𝙣al 𝙥𝙪𝙧𝙥𝙤𝙨𝙚 𝙖𝙣𝙙 𝙬𝙚 𝙖𝙧𝙚 𝙣𝙤𝙩 𝙧𝙚𝙨𝙥𝙤𝙣𝙨𝙞𝙗𝙡𝙚 𝙛𝙤𝙧 𝙖𝙣𝙮 𝙠𝙞𝙣𝙙 𝙤𝙛 𝙞𝙡𝙡𝙚𝙜𝙖𝙡 𝙖𝙘𝙩𝙞𝙫𝙞𝙩𝙮 𝙙𝙤𝙣𝙚 𝙗𝙮 𝙩𝙝𝙞𝙨 𝙩𝙤𝙤𝙡.