Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 460 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 460 Bytes

scraper_larepublicaco

A web scraper for Colombian newspaper site La republica

Installation

git clone https://github.com/FerRiosCosta/scraper_larepublicaco.git
cd scraper_larepublicaco
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Usage

python scraper.py

Output

Scraped news are located into a folder according to the current date.

License

MIT