Become amnesia and forget all your past.
- Author: SirusDoma
- Email: [email protected]
- Latest Version: 1.0
Did facebook memories remind you how shameless you're in the past? Cringy posts and comments? shameless pose of your old pictures? Rest assured! Use Amnesia and poof! everything's gone.
Written under node.js and powered by Puppeteer for a single purpose: to forget all those good-for-nothing memories in the past.
Since Facebook does not provide API / SDK to interact directly to your own posts, comments and photos, the app will crawl your shameless activities manually. You'll also need to provide your email, username and password in the environment file.
- Install Node.JS
- Clone or download this repository
- Run
npm install
in cloned repository directory - Rename
env.sample
into.env
and fillEMAIL
,PROFILEID
(username) andPASSWORD
- Run
node app.js <start year> <end year>
For example:node app.js 2011 2015
What it'll do:
- Delete your post
- Delete your comments
- Delete your photos
- Delete your notes
- Unlike posts / photos you've liked before
- Might delete everything else
What it WON'T do:
- Delete posts / comments / photos that belongs to your friends
- Delete your cringe message of your ex and friends
- Untag you from posts that belongs to your friends
- Unfriend people
- Collect any single bit information of your profile
If you got some time, consider make a contribution by creating a PR.
I'm too lazy to make post filter an such, so your PR will be very appreciated lol
This is an open-sourced program licensed under the MIT License