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.
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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now