Socket
Book a DemoInstallSign in
Socket

stack-scraper

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stack-scraper

Stack Scraper. Easily download complex web sites.

Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source
usage: [-h] [-v] [--scrape] [--process] [--update] [--delete]
       [--debug]
       type source

Stack Scraper. Easily download complex web sites.

Positional arguments:
  type           Type of scraper to load (e.g. 'images' or 'artists').
  source         The name of the source to download (e.g. 'ndl' or '*').

Optional arguments:
  -h, --help     Show this help message and exit.
  -v, --version  Show program's version number and exit.
  --scrape       Scrape and process the results from the already-downloaded
                 pages.
  --process      Process the results from the already-downloaded pages.
  --update       Force the existing entries to be updated rather than deleted
                 first.
  --delete       Delete all the data associated with the particular source.
  --debug        Output additional debugging information.
/* Model Props:
 * - source
 * - extracted
 * - extract
 * - pageID
 * - modified
 * - created
 */

/* Options:
 * - source *
 * - model *
 * - postProcessors
 * - pageSettings
 * - mirrorExclude
 * - scraperFile *
 * - htmlDir
 * - xmlDir
 * - sourceName
 * - debug
 */

FAQs

Package last updated on 02 Mar 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts