You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 21, 2022. It is now read-only.
There are captchas, yes, look at my commit here: ioncodes/JodelAPI@48e4412
Solving the captcha will set verified = true
TL;DR:
To get the captcha: GET /user/verification/imageCaptcha?access_token={token}
remember the 'key'! Open the image (image_url), put the indices of the images containing raccoons (so starting from 0!) in an int[].
To solve the captcha: POST /user/verification/imageCaptcha?access_token={token}
{"key":"the key","answer":[the int[]]}
example:
{"key":"12121212","answer":[1,2,3,4]}
That will return wether it was successful or not.
Is there a captcha or something?
https://bitbucket.org/cfib90/ojoc/src/daee08edf493827916b3e15d11085d863ea8d65a/OJOC/Config.py?fileviewer=file-view-default
The text was updated successfully, but these errors were encountered: