Browse Source

readme

pull/4/head
wes 5 years ago
parent
commit
e462be0ca8
  1. 10
      README.md

10
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!
Loading…
Cancel
Save