Wesley Kerfoot
ede08a42a9
bump version
5 years ago
Thomas
c1af411453
WebDriverException not defined ( #139 )
I didn't have chromedriver installed initially - it caused a secondary exception.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/tcrha/.local/bin/deletefb", line 8, in <module>
sys.exit(run_delete())
File "/home/tcrha/.local/lib/python3.8/site-packages/deletefb/deletefb.py", line 112, in run_delete
driver = login(
File "/home/tcrha/.local/lib/python3.8/site-packages/deletefb/tools/login.py", line 44, in login
driver = setup_selenium(chrome_options, chrome_binary_path)
File "/home/tcrha/.local/lib/python3.8/site-packages/deletefb/tools/chrome_driver.py", line 66, in setup_selenium
except WebDriverException:
NameError: name 'WebDriverException' is not defined
5 years ago
Wesley Kerfoot
7d24450b0f
add FUNDING.yml ( #137 )
5 years ago
Wesley Kerfoot
1a846f1dac
bump version
5 years ago
Wesley Kerfoot
a182eaaaa3
fixes https://github.com/weskerfoot/DeleteFB/issues/135 ( #136 )
5 years ago
Wesley Kerfoot
50162ba996
fix unliking ( #134 )
5 years ago
Wesley Kerfoot
9747f0a00d
bump version
5 years ago
Wesley Kerfoot
5830cfeecd
force url to mobile site for deleting wall posts ( #130 )
* force url to mobile site for deleting wall posts
* use urlunparse to force to mobile instead
5 years ago
Wesley Kerfoot
1875b754ab
Fixes for new facebook site ( #129 )
* make work with the mobile site instead, bypasses changes to new facebook
* fix timestamp selection
* fix conversations mode
5 years ago
dependabot[bot]
af949c2d24
Bump bleach from 3.1.2 to 3.1.4 ( #124 )
Bumps [bleach](https://github.com/mozilla/bleach ) from 3.1.2 to 3.1.4.
- [Release notes](https://github.com/mozilla/bleach/releases )
- [Changelog](https://github.com/mozilla/bleach/blob/master/CHANGES )
- [Commits](https://github.com/mozilla/bleach/compare/v3.1.2...v3.1.4 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years ago
Wesley Kerfoot
bf93cf0b08
Update chrome_driver.py ( #127 )
5 years ago
Michael Bianco
e8896b1a2c
Report more exceptions ( #125 )
* Report more exceptions
This makes it much easier to debug chrome errors.
Without reporting these errors things will silently fail.
* Ignore pyc files
* Don't pull chromedriver from cask
5 years ago
dependabot[bot]
6cdc7d4a71
Bump bleach from 3.1.1 to 3.1.2 ( #122 )
Bumps [bleach](https://github.com/mozilla/bleach ) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/mozilla/bleach/releases )
- [Changelog](https://github.com/mozilla/bleach/blob/master/CHANGES )
- [Commits](https://github.com/mozilla/bleach/compare/v3.1.1...v3.1.2 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years ago
Jeff Carpenter
178887aa0d
let Selenium try to find chromedriver (in PATH) ( #121 )
5 years ago
wes
ea7644e575
Merge branch 'master' of github.com:weskerfoot/DeleteFB
5 years ago
wes
e245a87520
add docstring
5 years ago
Wesley Kerfoot
dbcc82b829
Update README.md
5 years ago
Wesley Kerfoot
b63a3799bf
fix chromedriver to be versioned and check for that version
5 years ago
Wesley Kerfoot
248bc0fded
bump version
5 years ago
Wesley Kerfoot
cc5a5b8b32
Fix chromedriver ( #120 )
* add appdirs for managing user data
* use cache_dir for downloading chromedriver
* cleanly shut down selenium when an exception happens
5 years ago
Wesley Kerfoot
5ee8185551
bump version
5 years ago
Wesley Kerfoot
f733e796ba
Merge branch 'master' of github.com:weskerfoot/DeleteFB
5 years ago
Wesley Kerfoot
e80b0dc3b2
update .gitignore
5 years ago
Wesley Kerfoot
e41030677d
update README
5 years ago
Wesley Kerfoot
82d749f261
Starting a refactor of all chrome driver code ( #105 )
* Starting a refactor of all chrome driver code
* proper chrome version extraction
5 years ago
Wesley Kerfoot
8ef207441c
proper chrome version extraction
5 years ago
Wesley Kerfoot
cf39fd78ec
Merge branch 'master' of github.com:weskerfoot/DeleteFB into chrome-driver-refactor
5 years ago
Wesley Kerfoot
e4967a6776
Update README
5 years ago
dependabot[bot]
03f7aad731
Bump bleach from 3.1.0 to 3.1.1 ( #116 )
Bumps [bleach](https://github.com/mozilla/bleach ) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/mozilla/bleach/releases )
- [Changelog](https://github.com/mozilla/bleach/blob/master/CHANGES )
- [Commits](https://github.com/mozilla/bleach/compare/v3.1.0...v3.1.1 )
Signed-off-by: dependabot[bot] <support@github.com>
5 years ago
as
95ac5252d4
clean and gitignore deletefb.log ( #113 )
5 years ago
as
428c354683
respect --no-archive in wall mode ( #112 )
5 years ago
Wesley Kerfoot
ae7f7b50ed
Merge branch 'master' of github.com:weskerfoot/DeleteFB into chrome-driver-refactor
5 years ago
Wesley Kerfoot
64c46e378b
Update chrome_driver.py ( #111 )
5 years ago
Wesley Kerfoot
5da3367df6
print exceptions ( #108 )
5 years ago
Wesley Kerfoot
98c20b2f9a
Merge pull request #106 from weskerfoot/docs
add help output to readme
5 years ago
Wesley Kerfoot
6ba365e124
add help output to readme
5 years ago
Wesley Kerfoot
c4727c373b
Starting a refactor of all chrome driver code
5 years ago
Wesley Kerfoot
4646b39623
Merge pull request #104 from weskerfoot/refactor
Minor refactoring
5 years ago
Wesley Kerfoot
bc210890e5
Refactor imports
5 years ago
Wesley Kerfoot
0e24537f42
More refactoring
5 years ago
Wesley Kerfoot
abe597db9b
Refactor variable names
5 years ago
Wesley Kerfoot
ffa523d42d
Merge pull request #102 from MohamedBarhdadi/master
Update cattrs package version
5 years ago
Mohamed Barhdadi
a794388f8f
Update cattrs package version
Change cattrs package to 0.9.1
5 years ago
Wesley Kerfoot
523eaca7e5
Merge pull request #100 from weskerfoot/configure-chrome-location
add option to pass path to chrome binary
5 years ago
Wesley Kerfoot
7a92f80a2a
add option to pass path to chrome binary
5 years ago
Wesley Kerfoot
9c69a28e2e
Merge pull request #98 from weskerfoot/fix-attrs-default
Avoid using `default` for attrs classes with mutable objects
5 years ago
Wesley Kerfoot
3ace0acddd
factory=list, not []
5 years ago
Wesley Kerfoot
c1d9cc5934
Avoid using `default` for attrs classes with mutable objects
5 years ago
Wesley Kerfoot
17964193a8
Merge branch 'master' of github.com:weskerfoot/DeleteFB
5 years ago
Wesley Kerfoot
34b110f9ad
Bump version
5 years ago