GET UNLIMITED TRAFFIC To your WEBSITE/ BLOG/ Youtube Channel with Python.
kavindu@kavindu-MS:~$ pip3 install pynput
Here I use Ubuntu and I have to type pip3 and if you are a windows user you have to type it as pip
Here we import webbrowser module in lin1
Then we import the time module to work with time.
then we import Controller from pynput.keyboard
my_url is the variable(string) that holds our link
and we make a conttroller instance named keyboard
Then we define a function to refresh our browser tab using a key combination. in chrome the keyboard shortcut is
CTRL + R and this function is to simulate this key combination.
keyboard.press simulates a keypress and keyboard. release simulates a key release
Then we create a while loop which has an infinite loop but it can slow down your computer. So you have
to limit the loop as you want but here we go to have unlimited traffic and we are going infinite with this
while loop
webbrowser.open open your website in a new browser window and call the refresh_tab function to
simulate a refresh. here time.sleep() is to provide enough time to your site to load completely
THANK YOU VERY MUCH FOR READING AND DON'T FORGET TO SHARE!ðŸ’💬💪
Comments
Post a Comment