1.0.3 • Published 10 years ago
facebook-export-notes v1.0.3
Facebook Export Notes
Export your Facebook Notes as Facebook's takeout service doesn't do it for you
Usage
As a Consumer
Install node
Then install this:
npm install --global facebook-export-notesThen run it, following the prompts:
facebook-export-notesNotes should go inside ./notes and ./cleaned
As a Developer
Clone the repository:
git clone https://github.com/balupton/facebook-export-notes.git
cd facebook-export-notesInstall dependencies - requires node
npm installAutomatically prepare structure:
node --harmony lib/setup.jsAutomatically open facebook window, manually login to facebook then close the window:
node --harmony lib/login.jsAutomatically download the URLs of all your notes:
node --harmony lib/urls.jsAutomatically use those URLs to download the notes to ./notes:
node --harmony lib/downloader.jsAutomatically clean the output of the downloaded notes to ./cleaned:
node --harmony lib/clean.jsAll done.
License
MIT, Copyright 2016+ Benjamin Lupton