Alfred Sawaya
85d4e461b0
Set a maximum of refreshes when wall is empty
The previous behaviour was to try to delete 5000 posts, even if the wall
is empty. The drawback was that if you want to delete only 10 posts,
then you would wait 5000*5 secondes (~7 hours) before the end of the
script.
Now, you can set a number of tries before quitting. If the delete button
is not found consecutively during this number of times, then we break
the loop.
I also added an environment variable parser like argparse to ease the
future use of other env variables.
5 years ago
Alfred Sawaya
3e9a95972a
clean deletefb.log
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
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
Wesley Kerfoot
8896549318
Update README.md
6 years ago
Wesley Kerfoot
cef9013547
Update .travis.yml
6 years ago
Wesley Kerfoot
3d41cb7b78
Merge pull request #82 from mmatoscom/travis
Travis
6 years ago
Wesley Kerfoot
61c8aacd2a
Merge pull request #86 from weskerfoot/comments-hotfix
Remove comments option until work is completed
6 years ago
Wesley Kerfoot
4b59fde84e
Remove comments option until work is completed
6 years ago
Marco Matos
a8b9d12733
fixing image name
6 years ago
Marco Matos
111fc52fc3
final version
6 years ago
Marco Matos
5f073cb971
fixing image name
6 years ago
Marco Matos
0a726d135e
shorter travis-ci
6 years ago
Marco Matos
6cd7d6aaf7
travis test
6 years ago
Wesley Kerfoot
0414d6329b
Merge pull request #73 from mmatoscom/master
Run it in docker
6 years ago
Marco Matos
e761cc236b
fixing spaces
6 years ago
Marco Matos
ee34c11975
fixing makefile
6 years ago
Marco Matos
d2ce6b5ab8
updating dockerfile
6 years ago
Marco Matos
51454a9932
updating working files
6 years ago
Wesley Kerfoot
f25b48b846
Bump version
6 years ago
Wesley Kerfoot
1ac5930ef3
Merge branch 'master' of github.com:weskerfoot/DeleteFB
6 years ago
Wesley Kerfoot
0fb8a5d789
Update requirements.txt
6 years ago
Wesley Kerfoot
7706aa2af3
Merge pull request #80 from weskerfoot/delete-button-fix
Fixes #79
6 years ago
wes
63f7109c22
Fixes #79
6 years ago