pioscraper
Version:
A basic library to scrape publicly available Facebook text posts and links to them
29 lines (28 loc) • 677 B
JSON
{
"name": "pioscraper",
"version": "1.0.2",
"description": "A basic library to scrape publicly available Facebook text posts and links to them",
"main": "pioscript.js",
"dependencies": {
"exceljs": "^4.4.0",
"puppeteer": "^23.2.1",
"xlsx": "^0.18.5"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node script.js",
"postinstall": "node check-node-version.js"
},
"keywords": [
"scrape",
"post-text",
"post-link",
"store xlsx"
],
"repository": {
"type": "git",
"url": "https://github.com/AritraLikhan/pioscrape.git"
},
"author": "Aritra Naha Likhan",
"license": "MIT"
}