Skip to content
Snippets Groups Projects
Commit 50b8a712 authored by Ville Komulainen's avatar Ville Komulainen
Browse files

Update README.md

parent ff48c1b5
No related branches found
No related tags found
No related merge requests found
Pipeline #51100 passed
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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment