summaryrefslogtreecommitdiff
path: root/9kwpyqt.py
Commit message (Collapse)AuthorAgeFilesLines
* Tweak strings a bitAndré Glüpker2016-04-071-3/+3
|
* Add config file for user settings (api key, sound, soundfile)André Glüpker2016-04-071-13/+38
|
* Remove legacy (click support on captcha)André Glüpker2016-04-071-13/+1
|
* More status textAndré Glüpker2016-04-061-3/+5
|
* Quick and dirty crash fixAndré Glüpker2016-04-061-2/+6
|
* Smaller checkboxAndré Glüpker2016-04-061-0/+4
|
* Add simple checkbox to disable/enable soundAndré Glüpker2016-04-061-2/+6
|
* Remove Submit/Skip ButtonAndré Glüpker2016-04-061-28/+6
| | | | | Use enter/return to submit. Use escape or submit an empty message to skip.
* Remove pseudo mouse support againAndré Glüpker2016-04-051-84/+0
|
* fix save image functionAndré Glüpker2016-03-241-3/+3
|
* Stupid Bugfix...André Glüpker2016-03-241-2/+2
|
* Add another Type1-CaptchaAndré Glüpker2016-03-231-2/+4
| | | | white box has other dimensions for "street sign" and "street names"
* Only detect captchatype onceAndré Glüpker2016-03-231-16/+25
|
* Implement captchaclicking for another captcha typeAndré Glüpker2016-03-231-35/+95
| | | | | | | | | | | Try to detect, which image is provided, by checking some pixels for values. The first captcha has a big, black infopanel and an example image with a white border. The second captcha has a small info panel and we're testing for a nearly black pixel (jpeg artefacts...) for the corresponding imagenumbers
* First prototype of clickable images (find all trees)André Glüpker2016-03-221-2/+38
| | | | Only works on one of those. (The one with the black borders)
* Debugfunction to save current image (commented out)André Glüpker2016-03-221-0/+7
|
* Fix description/commentAndré Glüpker2016-03-221-2/+2
|
* Colorize Start/Stop-Button to show current (live) statusAndré Glüpker2016-03-201-0/+2
|
* little bugfixesAndré Glüpker2016-03-191-1/+6
| | | | | - startstopButton Focus - Committing/Skipping while paused
* Show number of 'NO CAPTCHA'-MessagesAndré Glüpker2016-03-191-4/+12
|
* Display current worker countAndré Glüpker2016-03-191-1/+3
|
* cleanupAndré Glüpker2016-03-191-11/+1
|
* random not neededAndré Glüpker2016-03-191-1/+0
|
* Show a warning if the API_KEY is not setAndré Glüpker2016-03-181-0/+5
|
* Initial commit of my 9kw client with python3 and PyQt5André Glüpker2016-03-181-0/+330