Metadata-Version: 2.1
Name: delete-facebook-posts
Version: 1.0.0
Summary: A Selenium Script to Delete Facebook Posts
Home-page: https://github.com/weskerfoot/DeleteFB
Author: Wesley Kerfoot
Author-email: wes@wesk.tech
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: selenium
Requires-Dist: selenium-requests
Requires-Dist: requests

## How To Use

* Make sure that you have Google Chrome installed and that it is up to date
* Install python 3.x (tested on python 3.7) along with pip
* `virtualenv -p $(which python3) ./venv`
* `source venv/bin/activate`
* `pip3 install -r requirements.txt`
* Edit `deletefb.py` to include your email, password, and profile URL.
* Run `python3 deletefb.py` with your virtual environment activated.
* Wait a long time
* Say goodbye to your Facebook posts!

## How To Install Python

### MacOS
See [this link](https://docs.python-guide.org/starting/install3/osx/) for
instructions on installing with Brew.

### Linux
Use your native package manager

### Windows
See [this link](https://www.howtogeek.com/197947/how-to-install-python-on-windows/), 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.


