0.0.5 • Published 2 years ago

pupget v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Pupget

Pupget is a Node library for scraping the Web based on a DSL definition.

Installation

Use the package manager npm to install pupget.

npm install pupget

Usage

const pupget = require("pupget");

// Load default DSL
const filename = require.resolve("pupget/pupget.json");
pupget.readFromFile(filename);

// Load DSL as string
pupget.readFrominnerJson("{...}");

// Scraping (if DSL created from scratch)
pupget.scrape();

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

1.0.0

2 years ago