Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 945 Bytes

README.md

File metadata and controls

39 lines (29 loc) · 945 Bytes

WHOTS Metadata Scrapper

Prerequisites:

name: whots-metadata
channels:
  - conda-forge
  - defaults
dependencies:
  - scrapy
  - python

Installing:

conda create --prefix ./.env python scrapy -c conda-forge  

Usage:

  • To run whots_metadata crawler:
conda activate ./.env      
cd src/whots_metadata
scrapy crawl whotsmetadata -O ../../results/items.json