File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,22 @@ The structure for the RESTful API calls is the following:
99
1010 - ` city_location.py ` is the script that gets the coordinates of specified named cities.
1111
12- - ` daily_structured .py` is the script that __ gathers daily data__ .
12+ - ` daily_db .py` is the script that __ gathers daily data__ .
1313
14- - ` hourly_structured .py` is the script that __ gathers hourly data__ .
14+ - ` hourly_db .py` is the script that __ gathers hourly data__ .
1515
16+ The structure for Wetter.de scraping is:
17+
18+ - ` Wetter_de_scraping.py ` scrapes hourly data.
19+
20+ - ` Web_Scraping_wetter_de_full_day.py ` scrapes daily data.
21+
22+ - ` Web_Scraping_wetter_de_day_periods.py ` scrapes periods of the day.
23+
24+ For bild.de:
25+ - ` bild_scraping.py ` does both daily and daily period scraping.
26+
27+ The helper scripts for database insertion are:
28+ - ` database.py `
29+ - ` db_manager.py `
30+ - ` db_info.py `
You can’t perform that action at this time.
0 commit comments