Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Releases: weskerfoot/DeleteFB

v1.1.17

17 Oct 23:36
Compare
Choose a tag to compare

Fixes an issue with an uncaught exception if chromedriver was not installed initially, #139

Fix unliking, remove tags

01 Oct 01:53
Compare
Choose a tag to compare
v1.1.16

bump version

v.1.1.15: force url to mobile site for deleting wall posts (#130)

17 Sep 02:54
5830cfe
Compare
Choose a tag to compare

v1.1.14

31 Mar 22:42
Compare
Choose a tag to compare
  • Fixes issue with the list of chrome binaries it uses to derive the version of Chrome installed.

v1.1.11

13 Dec 15:44
Compare
Choose a tag to compare

Fixes an issue with Python 3.8 and cattrs

v1.1.10

11 Dec 00:04
Compare
Choose a tag to compare
Update version

v1.1.9

06 Aug 14:26
Compare
Choose a tag to compare
  • Adds beta support for deleting and archiving conversations
  • Changes to archiving
  • Fixes #79

v1.1.8

17 Jul 23:26
Compare
Choose a tag to compare
  • Fixes an issue with Pathlib object being passed directly to open()

v1.1.7

16 Jun 05:08
Compare
Choose a tag to compare

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

13 Jun 15:04
Compare
Choose a tag to compare
  • Refactoring of archiving feature
  • Various minor refactoring and fixes