GithubHelp home page GithubHelp logo

yashu1wwww / youtube-auto-comments-using-multiple-accounts Goto Github PK

View Code? Open in Web Editor NEW
4.0 3.0 4.0 447 KB

Youtube auto comments using multi accounts using selenium with python

License: MIT License

Python 100.00%
autocomment autocomment-python autolike automation bot bots comments python python3 selenium

youtube-auto-comments-using-multiple-accounts's Introduction

Youtube-auto-comments-using-multi-accounts

Youtube auto comments using multi accounts using selenium with python

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

https://youtu.be/c9MAJpax5R0

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

Use These If It Dont Run Means

https://github.com/yashu1wwww/500-Auto-Youtube-Comments-Using-Localhost

Change the email and password in the 14th and 15th lines, as well as in the 73 & 74th lines.

Also, change the URL in the url.txt file to the desired URL and change the comments text that you needed in the 11th line..

Change the number 40 to how many comments you want in 60th and 117th line...

After downloading the folder, extract it and open the command prompt. If you have Python installed, type "Python" in the command prompt to check the version.

Then type "pip install undetected_chromedriver" in the command prompt and press the Enter button.

Make sure that you have an active internet connection.

Type "pip install random" in the command prompt and press the Enter button.

After downloading the chromedriver from https://chromedriver.chromium.org/downloads,

extract it to the downloaded folder that matches the version of your Chrome browser.

Type "comment.py" in the command prompt in that particular folder or double-click on comment.py

๐Ÿ‘‰Python Install Setup

https://youtu.be/4bUOrMj88Pc

๐Ÿ‘‰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 ๐™ฅ๐™ช๐™ง๐™ฅ๐™ค๐™จ๐™š ๐™–๐™ฃ๐™™ ๐™ฌ๐™š ๐™–๐™ง๐™š ๐™ฃ๐™ค๐™ฉ ๐™ง๐™š๐™จ๐™ฅ๐™ค๐™ฃ๐™จ๐™ž๐™—๐™ก๐™š ๐™›๐™ค๐™ง ๐™–๐™ฃ๐™ฎ ๐™ ๐™ž๐™ฃ๐™™ ๐™ค๐™› ๐™ž๐™ก๐™ก๐™š๐™œ๐™–๐™ก ๐™–๐™˜๐™ฉ๐™ž๐™ซ๐™ž๐™ฉ๐™ฎ ๐™™๐™ค๐™ฃ๐™š ๐™—๐™ฎ ๐™ฉ๐™๐™ž๐™จ ๐™ฉ๐™ค๐™ค๐™ก.

if you cmt on your brand acc also means below is the code make separate py file for each brand acc below is the code....

wait.until(EC.visibility_of_element_located((By.NAME,'identifier'))).send_keys(email) #time.sleep(2) wait.until(EC.visibility_of_element_located((By.NAME,'Passwd'))).send_keys(password) time.sleep(11) #if click on brand acc 2 changes to 11 or 12,13

if click on 1st brand account

driver.find_element_by_xpath('/html/body/ytd-app/ytd-popup-container/tp-yt-paper-dialog/ytd-channel-switcher-renderer/div[2]/div/ytd-account-item-section-renderer/div[2]/ytd-account-item-renderer[1]/tp-yt-paper-icon-item/tp-yt-paper-item-body/yt-formatted-string[1]').click()

if click on 2nd brand account

driver.find_element_by_xpath('/html/body/ytd-app/ytd-popup-container/tp-yt-paper-dialog/ytd-channel-switcher-renderer/div[2]/div/ytd-account-item-section-renderer/div[2]/ytd-account-item-renderer[2]/tp-yt-paper-icon-item/tp-yt-paper-item-body/yt-formatted-string[1]').click()

if click on 3rd brand account

driver.find_element_by_xpath('/html/body/ytd-app/ytd-popup-container/tp-yt-paper-dialog/ytd-channel-switcher-renderer/div[2]/div/ytd-account-item-section-renderer/div[2]/ytd-account-item-renderer[3]/tp-yt-paper-icon-item/tp-yt-paper-item-body/yt-formatted-string[1]').click()

if click on 4th brand account

driver.find_element_by_xpath('/html/body/ytd-app/ytd-popup-container/tp-yt-paper-dialog/ytd-channel-switcher-renderer/div[2]/div/ytd-account-item-section-renderer/div[2]/ytd-account-item-renderer[4]/tp-yt-paper-icon-item/tp-yt-paper-item-body/yt-formatted-string[1]').click()

if click on 5th brand account

driver.find_element_by_xpath('/html/body/ytd-app/ytd-popup-container/tp-yt-paper-dialog/ytd-channel-switcher-renderer/div[2]/div/ytd-account-item-section-renderer/div[2]/ytd-account-item-renderer[5]/tp-yt-paper-icon-item/tp-yt-paper-item-body/yt-formatted-string[1]').click()

if click on 6th brand account

driver.find_element_by_xpath('/html/body/ytd-app/ytd-popup-container/tp-yt-paper-dialog/ytd-channel-switcher-renderer/div[2]/div/ytd-account-item-section-renderer/div[2]/ytd-account-item-renderer[6]/tp-yt-paper-icon-item/tp-yt-paper-item-body/yt-formatted-string[1]').click()

if click on 7th brand account

driver.find_element_by_xpath('/html/body/ytd-app/ytd-popup-container/tp-yt-paper-dialog/ytd-channel-switcher-renderer/div[2]/div/ytd-account-item-section-renderer/div[2]/ytd-account-item-renderer[7]/tp-yt-paper-icon-item/tp-yt-paper-item-body/yt-formatted-string[1]').click()

if click on 8th brand account

driver.find_element_by_xpath('/html/body/ytd-app/ytd-popup-container/tp-yt-paper-dialog/ytd-channel-switcher-renderer/div[2]/div/ytd-account-item-section-renderer/div[2]/ytd-account-item-renderer[8]/tp-yt-paper-icon-item/tp-yt-paper-item-body/yt-formatted-string[1]').click()

time.sleep(3)

youtube-auto-comments-using-multiple-accounts's People

Contributors

yashu1wwww avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.