Use PYTHON to collect data weather and print in new file

Hi all,

i have a task to do with Python and because i'm a beginner on it i would like your help on this.

Create a python script that:
Every hour collect the Temperature (e.g. 29C) and Current Condition (e.g. Clear) from this website Local Weather Forecast, News and Conditions | Weather Underground
Create a CSV file with three headers:
Datetime (timestamp of data captured)
Current Condition
Temperature
Add the data collected from the website into a new line of the CSV file

Rules:
The script must be running on your computer automatically for 5 days.

can you give me some advice or helps ? :frowning:

I will appreciate your help on it

thanks