Automate Scrubbing your Facebook Presence
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Wesley Kerfoot e74df15d6b bump minor version 6 years ago
deletefb Refactor into a proper package 6 years ago
.gitignore Add .gitignore 6 years ago
LICENSE Create LICENSE 6 years ago
README.md Update README 6 years ago
requirements.txt Refactor into a proper package 6 years ago
setup.py bump minor version 6 years ago

README.md

How To Use

  • Make sure that you have Google Chrome installed and that it is up to date
  • pip3 install --user delete-facebook-posts
  • deletefb -E "youremail@example.org" -P "yourfacebookpassword" -U "https://www.facebook.com/your.profile.url"
  • The script will log into your Facebook account, go to your profile page, and start deleting posts. If it cannot delete something, then it will "hide" it from your timeline instead.
  • Be patient as it will take a very long time, but it will eventually clear everything. You may safely minimize the chrome window without breaking it.

How To Install Python

MacOS

See this link for instructions on installing with Brew.

Linux

Use your native package manager

Windows

See this link, but I make no guarantees that Selenium will actually work as I have not tested it.

Bugs

If it stops working or otherwise crashes, delete the latest post manually and start it again after waiting a minute. I make no guarantees that it will work perfectly for every profile. Please file an issue if you run into any problems.