What exactly? website views or any social media views? Try to search in github you might find something usefulI’m trying to make a view bot that can make at least 500k views a day, but I have a python script that gives nothing close to that, does anyone have any tips tricks or any information on how I can do this without buying them
so im stuck rn my python script isFirstly, learn Python
Is there any error message? What libraries do you use? It's hard to say anything when we don't see the script.
Have people still bought website views?It's so easy to make so I don't know what do you need it for?
i have been looking into more code lines what is your thoughts on thisFirstly, learn Python
Is there any error message? What libraries do you use? It's hard to say anything when we don't see the script.
Have people still bought website views?It's so easy to make so I don't know what do you need it for?
its not working kinda at a losss at the moment will keep updatingi have been looking into more code lines what is your thoughts on this
from selenium imnport webdriver
import time
no_of_driver=int(input(
url=input(
time_to_refresh=int(input(
drivers=
for i in range (no_of_driver):
drivers.append(webdriver.chrome(executable_path="chromedriver))
drivers.get(url)
while true:
time.sleep(time_to_refresh)
for i in range (no_pf_driver):
drivers.refresh()
Dude, everyone who knows a bit selenium laughs herei have been looking into more code lines what is your thoughts on this
from selenium imnport webdriver
import time
no_of_driver=int(input(
url=input(
time_to_refresh=int(input(
drivers=
for i in range (no_of_driver):
drivers.append(webdriver.chrome(executable_path="chromedriver))
drivers.get(url)
while true:
time.sleep(time_to_refresh)
for i in range (no_pf_driver):
drivers.refresh()
few questions why is a proxy so important and can you help teach me about coding thisDude, everyone who knows a bit selenium laughs hereIt's some basic example of usage of selenium. Chat gpt writes better code than this xD
I wrote you, learn Python (or other language). Then find some tutorial on udemy/youtube/whatever about selenium/puppeteer/playwright.
It doesn't qualify as a view bot. It probably wouldn't even get a single view, because it doesn't use proxy. Besides when you use pure selenium with chrome or other browser, then a browser knows that you automate it. Google knows ...
Apart from the mistakes you made while rewriting this, the script makes no sense. It opens a website as many times as you specified in input and closes immediately.
When you write some code on forum, then use code block, because intends are part of Python syntax. Next thing there is "while true" so it makes an infinite loop because I don't see there any break.
Seriously, ask chat gpt. It will be better than this.
Does refreshing a page, e.g. a song on YouTube, increase the number of views? No, because until they count your view, they analyze it. They count a unique view. There are many factors that the algorithms use to determine whether you are a real user and not a bot. They are called fingerprints.few questions why is a proxy so important and can you help teach me about coding this