Jul-08-2020, 10:06 AM
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:

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!
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:

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!