yashu1wwww / Youtube-Auto-Comment-With-Multiple-Accounts

Youtube Auto Comment With Multiple Accounts Using Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please replace the email and passwords in the "email.txt" file.

This will automatically log in and post 30 comments by each account that you have entered with its respective email and password in the "email.txt" file.

Please make sure to use accounts that do not have 2-factor authentication.

Use These If These Don't Run Means .

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

If you need to change the comment text, you can do so in the 20th line of the code.

Change the number 30 to how many comments you want in 81th line...

Please replace the URL you want to use in the "urls.txt" file.

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" in the command prompt and hit enter (please ensure you have an internet connection).

Install all other requirements one by one as required.

pip install beautifulsoup4

pip install bs4

pip install certifi

pip install chardet

pip install idna

pip install numpy

pip install requests

pip install selenium

pip install soupsieve

pip install spintax

pip install urllib3

pip install webdriver_manager

pip install undetected_chromedriver

pip install lxml

pip install config

pip install random

in cmd and hit enter button

๐Ÿ‘‰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 "main.py" in the command prompt to run the program or double-click on "main.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 ๐™ฅ๐™ช๐™ง๐™ฅ๐™ค๐™จ๐™š ๐™–๐™ฃ๐™™ ๐™ฌ๐™š ๐™–๐™ง๐™š ๐™ฃ๐™ค๐™ฉ ๐™ง๐™š๐™จ๐™ฅ๐™ค๐™ฃ๐™จ๐™ž๐™—๐™ก๐™š ๐™›๐™ค๐™ง ๐™–๐™ฃ๐™ฎ ๐™ ๐™ž๐™ฃ๐™™ ๐™ค๐™› ๐™ž๐™ก๐™ก๐™š๐™œ๐™–๐™ก ๐™–๐™˜๐™ฉ๐™ž๐™ซ๐™ž๐™ฉ๐™ฎ ๐™™๐™ค๐™ฃ๐™š ๐™—๐™ฎ ๐™ฉ๐™๐™ž๐™จ ๐™ฉ๐™ค๐™ค๐™ก.

About

Youtube Auto Comment With Multiple Accounts Using Python


Languages

Language:Python 100.0%