1 changed files with 10 additions and 0 deletions
@ -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…
Reference in new issue