From e462be0ca8fb3564585e55cdeb570a53ec066ee2 Mon Sep 17 00:00:00 2001 From: wes Date: Sat, 2 Mar 2019 16:53:37 -0500 Subject: [PATCH] readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6bf7f50 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +## How To Use + +* 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!