1.0.0 • Published 3 years ago

@0y0/scraper v1.0.0

Weekly downloads
64
License
MIT
Repository
github
Last release
3 years ago

@0y0/scraper · GitHub license npm

@0y0/scraper is a web scraping tool that extracts any data from the web.

Installation

npm install --save @0y0/scraper

Usage

const runScraper = require('@0y0/scraper')

runScraper(
  // (object|array) Scraper options
  {
    // (string?) Cron time expression
    cronTime,
    // (bool?) Run cron after initialization
    // (Default: false)
    runCronOnInit,
    // (object) Input options
    in: {
      // (string) Input plugin name
      type,
      ...inputPluginOptions
    },
    // (object) Output options
    out: {
      // (string) Whether to skip the output
      skip,
      // (string) Output plugin name
      type,
      ...outputPluginOptions
    }
  }
)

License

MIT

1.0.0

3 years ago

1.0.0-rc.9

3 years ago

1.0.0-rc.8

3 years ago

1.0.0-rc.7

3 years ago

1.0.0-rc.6

3 years ago

1.0.0-rc.5

3 years ago

1.0.0-rc.4

3 years ago

1.0.0-rc.3

3 years ago

1.0.0-rc.1

3 years ago

1.0.0-rc.0

3 years ago