How to make a view bot with Python

Pubblicato il: 19 febbraio 2021
sul canale di: Python Kid
144
4

This is how to make a view bot with python

How to see what version of chrome you have:
Click on the Menu icon in the upper right corner of the screen. Click on Help, and then About Google Chrome. Your Chrome browser version number can be found here.

WebDriver download:https://chromedriver.chromium.org/dow...

How to install Selenium: Go to terminal, go to local, write "pip install selenium

The whole line of script:

from selenium import webdriver
from time import sleep

driver1 = webdriver.Chrome(executable_path"where your webdriver install is")
driver2 = webdriver.Chrome(executable_path"where your webdriver install is")
driver3 = webdriver.Chrome(executable_path"where your webdriver install is")

driver1.get("youtube video")
driver2.get("youtube video")
driver3.get("youtube video")

while true:
sleep(120)
driver1.refresh()
driver2.refresh()
driver3.refresh()



WARNING "DON'T DO THIS WITHOUT PARENTAL PERMISSION AND DONT PUT BLAME ON ME IF YOU GET BANNED"


In questa pagina del sito puoi guardare il video online How to make a view bot with Python della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Python Kid 19 febbraio 2021, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 144 volte e gli è piaciuto 4 spettatori. Buona visione!