/facebook-activity-eraser

delete fb activity w selenium past a certain date

Primary LanguagePython

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.