Skip to content

Commit aba5809

Browse files
authored
Merge pull request #15 from BCCN-Prog/WS-0007
Update README.md
2 parents 3a5d65e + 540a91e commit aba5809

1 file changed

Lines changed: 17 additions & 2 deletions

File tree

README.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff 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`

0 commit comments

Comments
 (0)