Facebook (fb) Archive Scrapper. Convert your facebook data to JSON. Helps scrapping your downloaded FB Archive data (zip) and spits out a JSON file with a stunning User Interface.
Note: This is not Facebook website scrapper. Its Facebook Archive Scrapper.
6. After entering your password, your redirected to the below screen. Click "Download your information"
8. Depending upon the Facebook data it may take ~30 mins to 1 hour. Once your Archive is ready you will be notified. Click on the notification.
10. After download, unzip it and paste it inside profiles folder. I already have a sample FB Archived profile for you.
Open your terminal on root folder of the project.
npm install
npm run scrap-n-display
After running this you would see the progress of scrapping each profiles in terminal.
Once done the site is up and running at http://127.0.0.1:8888
JSON output will be generated in
master.json
andgender.json
under root folder.
- Move angular js/css code to node_modules
Tutorials in readme