Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/asonawalla/FBEraser
- Owner: asonawalla
- Archived: true
- Created: 2015-06-01T13:11:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-07-02T14:21:57.000Z (over 5 years ago)
- Last Synced: 2024-07-31T22:51:21.520Z (3 months ago)
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 110
- Watchers: 9
- Forks: 14
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
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 postsFBEraser 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 SonawallaLicensed 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 athttp://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.