简体   繁体   中英

How to make a python script run forever online?

I Have a python script that monitors a website, and I want it to send me a notification when some particular change happens to the website. My question is how can I make that Python script runs for ever in some place else (Not my machine, because I want it to send me a notification even when my machine is off)?

I have thought about RDP, but I wanted to have your opinions also.

(PS: FREE Service if it's possible, otherwise the lowest cost)

Thank you!

I would suggest you to setup AWS EC2 instance with whatever OS you want.

For beginner, you can get 750 hours of usage for free where you can run your script on.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM