Automate YouTube comments on shorts using multiple accounts with Python and Selenium.
https://github.com/yashu1wwww/500-Youtube-Auto-Comments-For-Youtube-Shorts-Using-Localhost
Please replace the email and password in lines 14th and in 69,70th line...
You can change the comment text in line 11 to your desired comments text that you want...
Replace the YouTube video shorts in the "urls.txt" file.
replace 58th and 113 line with comments how much you want(presently 30 is there)
After downloading the folder, extract it and open the command prompt.
If you have Python installed, enter "python" in the command prompt to check your version.
Then enter "pip install undetected_chromedriver" and hit enter. Please ensure you have an internet connection. Next, enter "pip install random" and hit enter
After downloading the appropriate chromedriver version for your Chrome browser from https://chromedriver.chromium.org/downloads
extract it to the downloaded folder.
Next, open the command prompt and navigate to the downloaded folder.
Then, enter "s.py" in the command prompt to run the program or double-click on "s.py".
👉Python Install Setup=https://youtu.be/4bUOrMj88Pc
👉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.1 or pip install selenium==4.2.0
and hit enter
and
python -c "import selenium; print(selenium.version)"
𝙏𝙝𝙞𝙨 𝙞𝙣𝙛𝙤𝙧𝙢𝙖𝙩𝙞𝙤𝙣 𝙞𝙨 𝙤𝙣𝙡𝙮 𝙛𝙤𝙧 𝙚𝙙𝙪𝙘𝙖𝙩𝙞𝙤𝙣al 𝙥𝙪𝙧𝙥𝙤𝙨𝙚 𝙖𝙣𝙙 𝙬𝙚 𝙖𝙧𝙚 𝙣𝙤𝙩 𝙧𝙚𝙨𝙥𝙤𝙣𝙨𝙞𝙗𝙡𝙚 𝙛𝙤𝙧 𝙖𝙣𝙮 𝙠𝙞𝙣𝙙 𝙤𝙛 𝙞𝙡𝙡𝙚𝙜𝙖𝙡 𝙖𝙘𝙩𝙞𝙫𝙞𝙩𝙮 𝙙𝙤𝙣𝙚 𝙗𝙮 𝙩𝙝𝙞𝙨 𝙩𝙤𝙤𝙡.