-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix AudioSolver and Reimplemented ImageSolver #57
Open
MacKey-255
wants to merge
40
commits into
mikeyy:master
Choose a base branch
from
MacKey-255:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
Added the human factor in the SolverAudio. Improved speech system in the SolverAudio. "Try again later" message detection in SolverAudio. WitAI service added. Secundary_speech_service was added to avoid errors of the first voice service in SolverAudio. Simple system of proxies added through the json file. Added selector of the method to solve the captcha. Better error handling (Avoid connection errors and other common ones). Shipping button implemented (Solve captcha and submit form). Improved information provided by the records. Implementing the Yolov3 neural network in the SolverImage system. Reimplemented the SolverImage system. Neural network without training (default on Yolo v3) The network must be trained, I don't have a computer to do that. Prediction only to ('bus', 'car', 'bicycle', 'fire hydrant', 'traffic light', 'vehicles', 'motorcycle') Auto Download weight yolo v3 not testing (My connection is slow)
Fix predict awaited Add new titles in spanish
Men, Remember that you are using a proxy so the response time is slower. Try to time out set to 300 seconds. SAlu2s |
I try using localhost |
Men, try using it without a proxy and you'll see how it works. I tested it on a dedicated server and on my PC and everything is on wheels, the only thing missing is to train the neural network. SAlu2s |
Add detection if image one selected
Upgrade for Windows thanks for Francesco149 Upgrade Predict Download Model yolov3
Rename project to GoodByeCaptcha Fix Merge with Francesco149
Downgrade requirements because incompatibility with code
Delete simple JSON PROXY Set random proxy option Add .gitignore my publish.sh Remove launcher.py Fix image solver 40%
Restructurado image solver Update README.rst Change library to Production/Stable
Change links pypi
Add event before and after start solver Add event before goto page Image solver Full Tested
Ready release
Add models folder to pypi
Add verify tmp dir Add comment on examples
Add extra pyppeteer plugins
Add video tutorial "How to install goodbyecaptcha"
Restructure Base class Add more comments to code Add more functionalities to Base class Optimize and reformat code Restructure project not complete
Optimize, clearup and Reformat code Add new config and delete obsolete Remove unnecessary files Add more comments in Images Solver Change Wait Iframe for wait full load page Add retry in get_page Update requirements (No complete) Add UTF code to README Adjust examples (No all tested) Go to Audio Solver :)
Move code of Audio to audio.py Adjust Code to Base Remove block_images (Error load Checkbox) Add Exception => ResolveMoreLater Clearup and reformat code
No tested All :|
Add Incognito Page Remove Site-Key (Not use for now) Adjust logging in Base Project Add FakeBrowser (Bypass Bot detections) Testing Audio method 1/2 ( Try Later :V ) Add Try Catch to Try Again Message
Tested Audio Solver Add Set Language Tested all Examples
In the next ... migrate to Yolo V5 for to better detect images
Add ChromePath how parameters. Fix: pyppeteer/pyppeteer#108
Add args on Browser Add verify_ssl False on UserAgent Update Setup.py & Version
docs(readme): add python3-pocketsphinx and libpulse-dev as requirements
Change requirements of opencv-python
Update requirements.txt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added the human factor in the SolverAudio.
Improved speech system in the SolverAudio.
"Try again later" message detection in SolverAudio.
WitAI service added.
Secundary_speech_service was added to avoid errors of the first voice service in SolverAudio.
Simple system of proxies added through the json file.
Added selector of the method to solve the captcha.
Better error handling (Avoid connection errors and other common ones).
Shipping button implemented (Solve captcha and submit form).
Improved information provided by the records.
Implementing the Yolov3 neural network in the SolverImage system.
Reimplemented the SolverImage system.
Neural network without training (default on Yolo v3)
The network must be trained, I don't have a computer to do that.
Prediction only to ('bus', 'car', 'bicycle', 'fire hydrant', 'traffic light', 'vehicles', 'motorcycle')
Auto Download weight yolo v3 not testing (My connection is slow)