-
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.
* feat: add truecaptcha fix: detect incorrect captcha on armory
- Loading branch information
1 parent
2e6f5ba
commit cbe77d1
Showing
13 changed files
with
595 additions
and
299 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
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 |
---|---|---|
@@ -1,6 +1,8 @@ | ||
from .manualcaptchasolver import manual_captcha_solve | ||
from .truecaptchasolver import TrueCaptchaSolver | ||
from .twocaptchasolver import TwoCaptchaSolver | ||
|
||
if __name__ == "__main__": | ||
manual_captcha_solve() | ||
TwoCaptchaSolver() | ||
TrueCaptchaSolver() |
Oops, something went wrong.