Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 935 Bytes

README.md

File metadata and controls

47 lines (36 loc) · 935 Bytes

chilean-scraper

Products scraping tool for chilean websites

Install

$ npm install mallendeo/chilean-scraper#master

Usage

Supported websites:

...

Development

$ git clone https://github.com/mallendeo/chilean-scraper
$ cd chilean-scraper
$ npm install

Test

$ npm test

Update test sample data for a website

If debug is enabled, test data will not be saved.

$ # npm run update:test {websiteIds-list} {pages=5} {debug=false}
$ npm run update:test pcfactory 5
$ npm run update:test pcfactory,ripley,pcfactory 5
$ npm run update:test paris 10 true