gram-stat-scraper
Version:
Scrape instagram for post and user data
25 lines (24 loc) • 459 B
JSON
{
"name": "gram-stat-scraper",
"version": "1.0.22",
"description": "Scrape instagram for post and user data",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Instagram",
"Scraper",
"Scrape",
"Insta",
"Gram",
"Profile",
"Images"
],
"author": "David Lichy",
"license": "MIT",
"dependencies": {
"puppeteer": "^1.1.1",
"request": "^2.83.0"
}
}