Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 610 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 610 Bytes

Extract Nature Places - Scrapy Implementation 👾 🌴

This is a PoC using the Python scrapy library to retrieve data from pages of the government of Galicia, Spain related with beautiful natural places that exist here in Galicia and that are sure to be a must visit whenever you come to Galicia.

Requirements 📜

  • Python >= 3.8
  • venv

Getting started ▶️ 🔥

python3 -m venv .venv
. venv/bin/activate
pip install -r requirements.txt

Running the scrapper 🏃

scrapy crawl galicia_places_spider -o galicia-places.json