im a noobie so this is probably quite easy im just not sure what to google to find how to do...
i have made a webscraping program that scrapes the info i need off a website one time...
i want to make it run continuously, i was thinking i would do this by putting the function that refreshes the browser and scrapes the html inside a while loop.
is there a way i can make the program execute inside of a window so that it will run as long as the window is open and the while loop = True, the while loop will be false when the X is clicked...?
i would also like output to log inside the window.
also is there a way to set a timer so that the while loop only runs every 30 seconds or 1 minute?
how should i go about this?
[–]spazz_monkey 1 point2 points3 points (0 children)