Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/asonawalla/FBEraser

Programatically delete your Facebook posts
https://github.com/asonawalla/FBEraser

Last synced: 17 days ago
JSON representation

Programatically delete your Facebook posts

Awesome Lists containing this project

README

        

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.

# FBEraser
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.

## Usage
Via the command line, use:
```
python FBEraser.py
```

The program will prompt you for a username and password

## Requirements
FBEraser requires the following:
* Python 2.7.* or 3.4.*
* Selenium
* BeautifulSoup

## License
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.