From 50b8a712d38d9d46eb8973925cc1987dd317b657 Mon Sep 17 00:00:00 2001 From: Ville Komulainen <ville.m.komulainen@utu.fi> Date: Wed, 27 Apr 2022 10:27:59 +0000 Subject: [PATCH] Update README.md --- README.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d1cfdb9..e028f57 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,15 @@ -Simple web-scraper for finnish news sites "yle.fi" and "iltalehti.fi" -20-30 or so of the most recent stories will be scraped from either site -The data will be compiled to json format and one news story will contain the publication date, the title for the story and the actual text. -Build: -install required libraries with -pip install -r requirements.txt +- Simple web-scraper for finnish news sites "yle.fi" and "iltalehti.fi" +- 20-30 or so of the most recent stories will be scraped from either site +- The data will be compiled to json format and one news story will contain the publication date, the title for the story and the actual text. -Run: -Run with -python src/main/main.py + +- Build: +- install required libraries with -pip install -r requirements.txt + + +- Run: +- Run with -python src/main/main.py -You will be asked which news site you want to scrape the data from -Write into the prompt either "yle" or "iltalehti" -- GitLab