From 540a91e2d2d645c71a6c80e4f595c8c5638f906c Mon Sep 17 00:00:00 2001 From: danvardan15 Date: Tue, 17 Jul 2018 10:51:36 +0200 Subject: [PATCH] Update README.md --- README.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 464453f..2a45c18 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,22 @@ The structure for the RESTful API calls is the following: - `city_location.py` is the script that gets the coordinates of specified named cities. - - `daily_structured.py` is the script that __gathers daily data__. + - `daily_db.py` is the script that __gathers daily data__. - - `hourly_structured.py` is the script that __gathers hourly data__. + - `hourly_db.py` is the script that __gathers hourly data__. + The structure for Wetter.de scraping is: + + - `Wetter_de_scraping.py` scrapes hourly data. + + - `Web_Scraping_wetter_de_full_day.py` scrapes daily data. + + - `Web_Scraping_wetter_de_day_periods.py` scrapes periods of the day. + +For bild.de: + - `bild_scraping.py` does both daily and daily period scraping. + +The helper scripts for database insertion are: + - `database.py` + - `db_manager.py` + - `db_info.py`