UNPKG

crawlee

Version:

The scalable web crawling and scraping library for JavaScript/Node.js. Enables development of data extraction and web automation jobs (not only) with headless Chrome and Puppeteer.

10 lines 296 B
#!/usr/bin/env node "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); // eslint-disable-next-line const importLocal = require('import-local'); if (!importLocal(__filename)) { // eslint-disable-next-line require('@crawlee/cli'); } //# sourceMappingURL=cli.js.map