UNMAINTAINED PROJECT NOTICE: This project is no longer being actively maintained off this repository. This code should be thought of as one potential way to erase your Facebook posts, and not as an off-the-shelf solution to do so.
Delete your Facebook posts
FBEraser is a command line python tool that logs into your Facebook account, goes to your activity log, and deletes your posts one by one.
Improvements are welcome, as is issue logging.
Via the command line, use:
python FBEraser.py
The program will prompt you for a username and password
FBEraser requires the following:
- Python 2.7.* or 3.4.*
- Selenium
- BeautifulSoup
Copyright 2015 Azim Sonawalla
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.