Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 237 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 237 Bytes
  1. install requirements
    Go to requirements folder and run command:
    pip install -r requirements.txt
    
  2. run scraper
    Go to spiders folder and run command:
    scrapy crawl target_scraper -a url="target_url"