yashu1wwww / Auto-Youtube-brand-account-and-create-feedback-report-using-localhost

Auto Youtube brand account create and feedback,report using selenium with python on localhost

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Auto-Youtube-brand-account-create-feedback-and-report-using-localhost

Auto Youtube brand account create,feedback and report using selenium with python on localhost

https://www.youtube.com/watch?v=FVumnHy5Tzo&t=1s&ab_channel=HelloWorld

๐™ฌ๐™–๐™ฉ๐™˜๐™ ๐™ช๐™ฅ๐™ฉ๐™ค 3mins.46sec+ ๐™ฉ๐™๐™š๐™ฃ ๐™ง๐™š๐™ข๐™–๐™ž๐™ฃ๐™ž๐™ฃ๐™œ ๐™ฅ๐™–๐™ง๐™ฉ in the code

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

https://youtu.be/c9MAJpax5R0

C:\Users\Hp\AppData\Local\Google\Chrome\Application

In my case, the Chrome location is:

cd C:\Users\Hp\AppData\Local\Google\Chrome\Application

chrome.exe --remote-debugging-port=9222 --user-data-dir="C:\Users\Hp\Desktop\Bots\Chromedriver\Localhost"

To run these commands, open the command prompt in that folder and paste the below three lines one at a time and hit the enter button. The above codes are based on watching the video and my Chrome path location & localhost path.

For auto reporting the video, enter report.py and run.

For auto-creating brand accounts (only creates five auto brand accounts), enter brand.py and run.

For auto feedback, enter fd.py and run

in cmd enter

pip install Random

and hit enter button

๐Ÿ‘‰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.0

and hit enter

and

python -c "import selenium; print(selenium.version)"

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

About

Auto Youtube brand account create and feedback,report using selenium with python on localhost

License:MIT License


Languages

Language:Python 100.0%