Skip to content
This repository has been archived by the owner on Jul 21, 2022. It is now read-only.

Captcha solving? #7

Closed
nikeee opened this issue Mar 15, 2017 · 3 comments
Closed

Captcha solving? #7

nikeee opened this issue Mar 15, 2017 · 3 comments

Comments

@nikeee
Copy link
Owner

nikeee commented Mar 15, 2017

Is there a captcha or something?
https://bitbucket.org/cfib90/ojoc/src/daee08edf493827916b3e15d11085d863ea8d65a/OJOC/Config.py?fileviewer=file-view-default

@ioncodes
Copy link

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.

@nikeee
Copy link
Owner Author

nikeee commented Mar 17, 2017

Okay, cool. I will implement this soon.
Thanks!

@nikeee
Copy link
Owner Author

nikeee commented Nov 3, 2017

According to this, captchas were removed.

@nikeee nikeee closed this as completed Nov 3, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants