forked from sundowndev/phoneinfoga
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(googlesearch): captcha handling using selenium
Fix sundowndev#6 -- refactored Googlesearch module to use Selenium and Firefox webdriver to handle Google captcha.
- Loading branch information
1 parent
9400fa0
commit 6a6f0db
Showing
2 changed files
with
12 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,4 @@ phonenumbers==8.10.2 | |
argparse==1.2.1 | ||
urllib3==1.24.2 | ||
colorama==0.4.1 | ||
selenium==3.141.0 |