Python Forum

Full Version: Monitor specific line of code and get alert
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all,

After reading 'Python Crash Course' I want to do something in the real world.

Im looking for some guidelines/tips when I want to monitor a specific line of code.

The website that I want to monitor is dynamic. Every 1 minute or so it gives a new line of code. See my example:
Code


So:
1. I want to monitor this website
2. I want to get a alert if data-x= 10 times 18, 19, 20 etc. Data-y isn't important.

Can you guys give me some ideas.

Thanks!