All Projects → spieglt → Fb Delete

spieglt / Fb Delete

Licence: mit
Delete your Facebook content by year and category

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Fb Delete

facebook-login-for-robots
Facebook Login for 🤖 robots
Stars: ✭ 41 (-43.06%)
Mutual labels:  facebook, puppeteer
Social-Media-Automation
Automate social media because you don't have to be active on all of them😉. Best way to be active on all social media without actually being active on them. 😃
Stars: ✭ 186 (+158.33%)
Mutual labels:  facebook, puppeteer
Puppeteer Social Image
Create dynamic social share images using HTML + CSS via puppeteer 🎁
Stars: ✭ 141 (+95.83%)
Mutual labels:  facebook, puppeteer
Socialmanagertools Gui
🤖 👻 Desktop application for Instagram Bot, Twitter Bot and Facebook Bot
Stars: ✭ 293 (+306.94%)
Mutual labels:  facebook, puppeteer
Share Selected Text
share selected text on twitter, buffer, and some others. Inspired by medium.com
Stars: ✭ 64 (-11.11%)
Mutual labels:  facebook
Hackphiles
BruteForce Tool For both Instagram and Facebook
Stars: ✭ 57 (-20.83%)
Mutual labels:  facebook
Raisetheempires
Raise the Empires project: facebook 2011-2013 Empires & Allies preservation
Stars: ✭ 58 (-19.44%)
Mutual labels:  facebook
Pytorch Scholarship Challenge Notes
My notes on PyTorch Scholarship Challenge [Phase 1] 2018/2019
Stars: ✭ 56 (-22.22%)
Mutual labels:  facebook
Ai Residency List
List of AI Residency & Research programs, Ph.D Fellowships, Research Internships
Stars: ✭ 69 (-4.17%)
Mutual labels:  facebook
Jbot
Make Slack and Facebook Bots in Java.
Stars: ✭ 1,148 (+1494.44%)
Mutual labels:  facebook
Facebook Archive
Just some fun you can have with facebook's archive data
Stars: ✭ 63 (-12.5%)
Mutual labels:  facebook
Angular Puppeteer Demo
A demonstration repository explains how to using Puppeteer in unit testing
Stars: ✭ 59 (-18.06%)
Mutual labels:  puppeteer
Messenger Bot Rails
Ruby on Rails Gem for the Facebook Messenger Bot Platform
Stars: ✭ 64 (-11.11%)
Mutual labels:  facebook
Awesome Java Leetcode
👑 LeetCode of algorithms with java solution(updating).
Stars: ✭ 8,297 (+11423.61%)
Mutual labels:  facebook
Fb Botmill
A Java framework for building bots on Facebook's Messenger Platform.
Stars: ✭ 67 (-6.94%)
Mutual labels:  facebook
Nuxt Jest Puppeteer
🚀 Nuxt.js zero configuration tests, run with Jest and Puppetter
Stars: ✭ 57 (-20.83%)
Mutual labels:  puppeteer
Html to pdf
Generate a simple invoice PDF from HTML using puppeteer & handlebars
Stars: ✭ 62 (-13.89%)
Mutual labels:  puppeteer
Tracker Radar Collector
🕸 Modular, multithreaded, puppeteer-based crawler
Stars: ✭ 67 (-6.94%)
Mutual labels:  puppeteer
Puppeteer Docs Zh Cn
Google Puppeteer 文档的中文版本 , 目标版本 1.9.0, 翻译中...
Stars: ✭ 61 (-15.28%)
Mutual labels:  puppeteer
Apphead
Head View like Facebook Messenger for Android.
Stars: ✭ 61 (-15.28%)
Mutual labels:  facebook

Inspiration

Description

First: backup your Facebook data: https://www.facebook.com/help/131112897028467 (recommended, just in case)

Then: You will be prompted for your username, password, the categories of content you'd like to delete, and the year you'd like to delete. A Chrome window will then open to the basic mobile version of Facebook, log you in, navigate to your Activity Log, and start deleting by category and year. You may have to run multiple times to get everything.

None of your data (username, password, or anything else) is sent to me or anywhere other than Facebook's servers. It does not install a browser plugin. This is your computer talking to facebook.com by way of a Node script/Puppeteer. Puppeteer is a Node package developed by Google's Chrome team and allows you to drive a Chrome window programmatically.

SEE WARNINGS IN DISCLAIMER SECTION BELOW

Setup and Use

  • Set your Facebook to use English (US)
  • Install Node.js/NPM: https://nodejs.org/en/download/
  • Download or clone this repo (then unzip to a folder if downloading: https://github.com/spieglt/fb-delete/archive/master.zip)
  • Open your terminal or command prompt or Powershell and navigate to the fb-delete folder
  • Run npm install to install dependencies, wait for it to finish
  • Run npm start, and follow the prompts*
    • The script supports loading FB credentials from a file. To do this copy the sample file cp .env.sample .env and fill it out.

*At the category prompt, use the space bar to select/deselect categories, the up and down arrows to move between them, and the Enter key to proceed. a selects all categories (DANGEROUS! WILL UNFRIEND PEOPLE, DELETE PHOTOS, ETC.), and i inverts the current selection. Same goes for years selection. Navigate to your Activity Log on facebook.com as you normally would, click "Filters", and select a category if you'd like to see the kind of content that will be deleted.

Planned features

  • Output log file
  • Error handling

Also strongly recommended: https://blog.mozilla.org/firefox/facebook-container-extension/

Disclaimer

I accept no responsibility if this program deletes anything you don't want deleted! If this is a concern, do not use this program! All deletions are final!

IF YOU SELECT THE CATEGORY "Added Friends" FOR 2017, IT WILL UNFRIEND EVERY PERSON YOU BECAME FRIENDS WITH IN 2017!

IF YOU SELECT THE CATEGORY "Photos and Videos" FOR 2008, IT WILL DELETE EVERY PHOTO YOU UPLOADED IN 2008! BEWARE!

This is all still probably pretty flaky. It works on my machine, but please leave feedback in Issues on Github if it doesn't work for you and I'll try to help if I can. Thanks for your interest and please check out https://github.com/spieglt/flyingcarpet!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].