yashu1wwww / Youtube-auto-likes-and-subscribers-with-multiple-accounts

Youtube auto likes and subscribes with multi accounts using python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Youtube-auto-likes-and-subscribers-with-multi-accounts

Youtube auto likes and subscribers with multi accounts using python

If These Code Stop In Middle Run These

https://github.com/yashu1wwww/100-Youtube-Auto-Likes-Using-Localhost

https://github.com/yashu1wwww/100-Youtube-Auto-Subscribers-Using-Localhost

๐Ÿ‘‰๐€๐Ÿ๐ญ๐ž๐ซ ๐“๐ฐ๐จ ๐จ๐ซ ๐ฆ๐จ๐ซ๐ž ๐œ๐จ๐ฆ๐ฉ๐ข๐ฅ๐ž ๐จ๐Ÿ ๐›๐จ๐ญ๐ฌ ๐–๐š๐ญ๐œ๐ก ๐“๐ก๐ž๐ฌ๐ž ๐•๐ข๐๐ž๐จ ๐€๐ง๐ ๐‚๐จ๐ง๐ง๐ž๐œ๐ญ ๐•๐ฉ๐ง ๐š๐ง๐ ๐ซ๐ฎ๐ง

https://youtu.be/c9MAJpax5R0

new like code replace in the code where #like button code having

#like button

driver.execute_script("return document.querySelector('#segmented-like-button > ytd-toggle-button-renderer > yt-button-shape > button > yt-touch-feedback-shape > div > div.yt-spec-touch-feedback-shape__fill')").click()

new subscribe code replace in the code where #sub button code having

#sub button

driver.execute_script('document.querySelector("#subscribe-button-shape > button > yt-touch-feedback-shape > div > div.yt-spec-touch-feedback-shape__fill").click()')

replace email and password where they asked..

Note: Use accounts that do not have two-factor authentication.

I have added up to 10+ auto likes and sub.

Change the URL in url.txt to your required video link.

After downloading the folder, extract it and open cmd. Enter "python" to find your Python version. Then, enter "pip install undetected_chromedriver" in the cmd.

After downloading the chromedriver (https://chromedriver.chromium.org/downloads), extract it to the downloaded folder and ensure that it matches the chrome version of your PC. Finally, enter "multi.py" or double click on "multi" python file .

๐Ÿ‘‰Python Install Setup=https://youtu.be/4bUOrMj88Pc


๐Ÿ‘‰ Note:Every time YouTube updates the code, it varies. So, open the YouTube video, press 'Ctrl+Shift+C' to open the developer tools,

then copy the 'Like' and 'subscribe' button's XPath, CSS, or JavaScript path. Replace it in the code and press 'Ctrl+H' to find and replace the same element in the code.

๐Ÿ‘‰Note:-

๐Ÿ‘‰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)"

๐™๐™๐™ž๐™จ ๐™ž๐™ฃ๐™›๐™ค๐™ง๐™ข๐™–๐™ฉ๐™ž๐™ค๐™ฃ ๐™ž๐™จ ๐™ค๐™ฃ๐™ก๐™ฎ ๐™›๐™ค๐™ง ๐™š๐™™๐™ช๐™˜๐™–๐™ฉ๐™ž๐™ค๐™ฃal ๐™ฅ๐™ช๐™ง๐™ฅ๐™ค๐™จ๐™š ๐™–๐™ฃ๐™™ ๐™ฌ๐™š ๐™–๐™ง๐™š ๐™ฃ๐™ค๐™ฉ ๐™ง๐™š๐™จ๐™ฅ๐™ค๐™ฃ๐™จ๐™ž๐™—๐™ก๐™š ๐™›๐™ค๐™ง ๐™–๐™ฃ๐™ฎ ๐™ ๐™ž๐™ฃ๐™™ ๐™ค๐™› ๐™ž๐™ก๐™ก๐™š๐™œ๐™–๐™ก ๐™–๐™˜๐™ฉ๐™ž๐™ซ๐™ž๐™ฉ๐™ฎ ๐™™๐™ค๐™ฃ๐™š ๐™—๐™ฎ ๐™ฉ๐™๐™ž๐™จ ๐™ฉ๐™ค๐™ค๐™ก.

About

Youtube auto likes and subscribes with multi accounts using python


Languages

Language:Python 100.0%