dependabot[bot]
ed96dd7e6a
Bump urllib3 from 1.25.2 to 1.25.8 ( #162 )
Bumps [urllib3](https://github.com/urllib3/urllib3 ) from 1.25.2 to 1.25.8.
- [Release notes](https://github.com/urllib3/urllib3/releases )
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst )
- [Commits](https://github.com/urllib3/urllib3/compare/1.25.2...1.25.8 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
Sean Leavey
b93f528f99
Ensure protocol is provided in mobile URLs ( fixes #160 ) ( #161 )
4 years ago
dependabot[bot]
ddf358bed2
Bump pygments from 2.4.2 to 2.7.4 ( #158 )
Bumps [pygments](https://github.com/pygments/pygments ) from 2.4.2 to 2.7.4.
- [Release notes](https://github.com/pygments/pygments/releases )
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES )
- [Commits](https://github.com/pygments/pygments/compare/2.4.2...2.7.4 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
dependabot[bot]
262c7f84c6
Bump lxml from 4.6.2 to 4.6.3 ( #159 )
Bumps [lxml](https://github.com/lxml/lxml ) from 4.6.2 to 4.6.3.
- [Release notes](https://github.com/lxml/lxml/releases )
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt )
- [Commits](https://github.com/lxml/lxml/compare/lxml-4.6.2...lxml-4.6.3 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
Ian Hunter
a92fd3eb35
Update Required Python version ( #157 )
4 years ago
Wesley Kerfoot
d64ed5a3db
Update README.md
4 years ago
Wesley Kerfoot
39b2437f1d
Update README.md
4 years ago
dependabot[bot]
72eb1bdcde
Bump bleach from 3.1.4 to 3.3.0 ( #155 )
Bumps [bleach](https://github.com/mozilla/bleach ) from 3.1.4 to 3.3.0.
- [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.4...v3.3.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
Wesley Kerfoot
86403534b9
bump versions of cattrs and attrs ( #151 )
4 years ago
dependabot[bot]
11c21f6d2c
Bump lxml from 4.4.0 to 4.6.2 ( #150 )
Bumps [lxml](https://github.com/lxml/lxml ) from 4.4.0 to 4.6.2.
- [Release notes](https://github.com/lxml/lxml/releases )
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt )
- [Commits](https://github.com/lxml/lxml/compare/lxml-4.4.0...lxml-4.6.2 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
tklam
a5ed694a46
Add "Hide from profile" ( #145 )
Facebook has replaced "Hide from timeline" with "Hide from profile". The latter is added into button_types.
4 years ago
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