Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 1.34 KB

README.md

File metadata and controls

39 lines (21 loc) · 1.34 KB

Youtube Fast View Bot

A very fast youtube viewer bot

To run this bot, open the command prompt and enter the following commands:

pip install selenium

replace YouTube url & no of views in 31 to 33 line

Ex:

Enter YouTube URL: https://www.youtube.com/watch?v=dQw4w9WgXcQ

Enter refresh rate (seconds): 5

Enter number of views: 100

After downloading the chromedriver from https://chromedriver.chromium.org/downloads, extract the files to a folder that matches your Chrome version on your PC.

Finally, navigate to the directory where you saved the files and run "view.py" in the command prompt or by double-clicking on the "view.py" file.

👉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)"

𝙏𝙝𝙞𝙨 𝙞𝙣𝙛𝙤𝙧𝙢𝙖𝙩𝙞𝙤𝙣 𝙞𝙨 𝙤𝙣𝙡𝙮 𝙛𝙤𝙧 𝙚𝙙𝙪𝙘𝙖𝙩𝙞𝙤𝙣𝐚𝐥 𝐩𝐮𝙧𝙥𝙤𝙨𝙚 𝙖𝙣𝙙 𝙬𝙚 𝙖𝙧𝙚 𝙣𝙤𝙩 𝙧𝙚𝙨𝙥𝙤𝙣𝙨𝙞𝙗𝙡𝙚 𝙛𝙤𝙧 𝙖𝙣𝙮 𝙠𝙞𝙣𝙙 𝙤𝙛 𝙞𝙡𝙡𝙚𝙜𝙖𝙡 𝙖𝙘𝙩𝙞𝙫𝙞𝙩𝙮 𝙙𝙤𝙣𝙚 𝙗𝙮 𝙩𝙝𝙞𝙨 𝙩𝙤𝙤𝙡.