Browse Source

Add a bit more to the README clarifying the chromedriver

pull/4/head
Wesley Kerfoot 5 years ago
parent
commit
e44d7f0d23
  1. 2
      README.md

2
README.md

@ -13,7 +13,7 @@ deleting my account.
## How To Use
* Make sure that you have Google Chrome installed and that it is up to date, as
well as the chromedriver for Selenium. See [here](https://sites.google.com/a/chromium.org/chromedriver/downloads).
well as the chromedriver for Selenium. See [here](https://sites.google.com/a/chromium.org/chromedriver/downloads). On Arch Linux you can find this in the `chromium` package, but it will vary by OS.
* `pip3 install --user delete-facebook-posts`
* `deletefb -E "youremail@example.org" -P "yourfacebookpassword" -U "https://www.facebook.com/your.profile.url"`
* The script will log into your Facebook account, go to your profile page, and

Loading…
Cancel
Save