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
Wesley Kerfoot
22b2caa641
Merge pull request #97 from weskerfoot/cattrs-fix
Fix broken cattrs
5 years ago
Wesley Kerfoot
4def8d6690
Fix broken cattrs
5 years ago
Wesley Kerfoot
a0c7929d39
Update docs
5 years ago
Wesley Kerfoot
928c593c98
Update version
5 years ago
Wesley Kerfoot
881296cd59
Merge pull request #92 from esirK/driver_install
Automatically download chrome driver.
6 years ago
esir
d08d8861d4
Code cleanup
6 years ago
esir
6340d2c50a
Adds a custom exceptions class
6 years ago
esir
6ce333780d
Include dependencies added
6 years ago
esir
511b43a9f1
Automatically downloads chrome driver for users according the their os platform
6 years ago
Wesley Kerfoot
b278d45ac7
Merge pull request #90 from weskerfoot/headless-fix
Add new arguments for headless option #89
6 years ago
wes
5384c082d9
Add new arguments for headless option #89
6 years ago