Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 385 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 385 Bytes

scrapy-project

Please make sure python3 is installed in the machine

Setup

  1. create a virtual environiment. python3 -m venv venv
  2. activate the environiment. source venv/bin/activate
  3. install packages form requirements.txt pip install -r requirements.txt
  4. navigate to the project folder and run scrapy crawl chocolatespider -O scrapped_data.json