Skip to content

Instantly share code, notes, and snippets.

@uratmangun
Created December 28, 2024 14:23
Show Gist options
  • Save uratmangun/022ae54b9fec8b3ba41328b06d4ec8bc to your computer and use it in GitHub Desktop.
Save uratmangun/022ae54b9fec8b3ba41328b06d4ec8bc to your computer and use it in GitHub Desktop.
{
"name": "@uratmangun/scraper-tool",
"version": "1.0.0",
"description": "A CLI tool for web scraping and Google search",
"type": "module",
"bin": {
"@uratmangun/scraper-tool": "./bin/cli.js"
},
"files": [
"bin",
"scripts"
],
"scripts": {
"scrape": "node scripts/scrape.mjs",
"search": "node scripts/search.mjs",
"tool": "node scripts/scrape-or-search.mjs"
},
"keywords": [
"scraper",
"cli",
"google-search",
"web-scraping",
"playwright"
],
"author": "uratmangun",
"license": "MIT",
"dependencies": {
"dotenv": "^16.4.7",
"https-proxy-agent": "^7.0.6",
"ky": "^1.7.4",
"openai": "^4.77.0",
"playwright": "^1.49.1",
"request-promise": "^4.2.6",
"zod": "^3.24.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment