Skip to content
This repository was archived by the owner on Mar 5, 2021. It is now read-only.

Commit 3077780

Browse files
added capy captcha
1 parent 2576d6b commit 3077780

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

readme.md

+9
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,15 @@ print (geetest_response)
146146

147147
Response will look like this: `{'challenge': '...', 'validate': '...', 'seccode': '...'}`
148148

149+
## Capy
150+
151+
This captcha requires a `page_url` and `sitekey` in order to be solved by our system.
152+
Currently, in order to solve a capy captcha, you'll have to use the reCAPTCHA methods and only add `--capy` at the end of the `page_url`.
153+
Having that up, our system will pick it up as capy. Once workers have solved it, you'll have to use the reCAPTCHA retrieve endpoint, to get the response.
154+
155+
**E.g** Original page url - `https://mysite.com`, capy page url `https://mysite.com--capy`
156+
157+
149158
## Other methods/variables
150159

151160
**Affiliate id**

0 commit comments

Comments
 (0)