andyye03 Posted May 8, 2020 Posted May 8, 2020 I wrote some code that continuously checks a site for changes and emails me when the change is made. However, the python script only seems to work when the site is open on the browser.Is there any way to prevent this? I want my script to keep running even after I leave the webpage. Quote
Sn1F3rt Posted May 8, 2020 Posted May 8, 2020 Yeah, it's possible using subprocess. Use the example start and stop script provided in this Discord bot tutorial. It essentially does the same job. https://flazepe.gitbook.io/heliohost/tutorials/discord-bot Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.