This repository has been archived by the owner on Jan 13, 2022. It is now read-only.
Releases: weskerfoot/DeleteFB
Releases · weskerfoot/DeleteFB
v1.1.17
Fix unliking, remove tags
v1.1.16 bump version
v.1.1.15: force url to mobile site for deleting wall posts (#130)
- Fixes issues with the new Facebook UI
v1.1.14
- Fixes issue with the list of chrome binaries it uses to derive the version of Chrome installed.
v1.1.11
Fixes an issue with Python 3.8 and cattrs
v1.1.10
Update version
v1.1.9
v1.1.8
- Fixes an issue with Pathlib object being passed directly to
open()
v1.1.7
Addresses:
The script will use the URL https://www.facebook.com/login/device-based/regular/login/?login_attempt=1&lwv=110
to log in now.
If it detects that it still hasn't loaded the main page (i.e. https://www.facebook.com
) after trying to log in and enter 2FA, then it will poll the current URL and print a message to the console until the user resolves it manually. Then it will continue execution.
This should hopefully be a bit more fault tolerant and allow users to manually resolve weird edge cases.
v1.1.5
- Refactoring of archiving feature
- Various minor refactoring and fixes