scrapero

1.0.0 • Public • Published

scrapero

Starts express server to put JSON data into filesystem.

Resilient way to run web scraps with minimal supervision.

Installation

$ npm i -s scrapero

Or globally:

$ npm i -g scrapero

Usage

API usage (server)

const server = require("scrapero").start(8080);

CLI usage (server)

$ scrapero --port 9898 --storage ./data

Browser usage (client)

  1. Download Greasemonkey or Tampermonkey.
  2. Copy and paste script at /browser.js in a new xMonkey script.
  3. Add the scraps you want to carry on.
  4. Browse to your target URLs.
  5. Click the top button which says "Scrap it".

Happy scrapping!

License

WTFPL or 'do What The Fuck you want to Public License'.

Readme

Keywords

Package Sidebar

Install

npm i scrapero

Weekly Downloads

1

Version

1.0.0

License

WTFPL

Unpacked Size

149 kB

Total Files

7

Last publish

Collaborators

  • allnulled