1.0.2 • Published 11 months ago

pioscraper v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

Scrape Facebook posts and links

A basic library for scraping Facebook post texts and referencing links

Special Feature

Facebook uses dynamic loading contents which are hard to scrape using most existing scraping tools; Pioscraper is an exception to this and allows the user to dynamically load as many posts as needed and have them scraped.

Running the appilcation

From node library collection

  1. Install Node.js in your system if not installed yet.
  2. Install pioscrper using
npm i pioscraper
  1. Create a new file "script.js" in the same directory and copy-paste this repo's "script.js" code into that.
  2. Edit the code using your own Facebook email,password,desired page/profile link and number of posts you wanna scrape.
  3. Run "script.js" using
node script.js

Warning

While scraping publicly available data sounds legal, Facebook has strict policies against web scraping, unethical use of the tool, therefore, is strongly discouraged.

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago