+ 2
How do I take input from a weather forecast
Taking input
4 Respostas
+ 3
You can use their API (or just scrape it if they don't have one) to get the data, then you can compare that data and alert if necessary
+ 2
Here look at example, how the data is fetched from a website and used in a code to display..
https://code.sololearn.com/cF5AjbeOvLTA/?ref=app
+ 1
name = None as in if the weather indicates rainfall let's say 20 degrees then I create an alert for it
0
name = None I want to take the weather data and add a response like an alert to it