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
Copy file name to clipboardExpand all lines: README.md
+48-8Lines changed: 48 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -248,10 +248,20 @@ Same as Geetest, requires to solve a puzzle. A response is generated, which look
248
248
### hCaptcha
249
249
Similar to capy and reCAPTCHA in solving, it requires a pageurl and sitekey in order for it to be solved. It's also the newest one.
250
250
251
+
### FunCaptcha
252
+
253
+
Similar to capy
254
+
251
255
### Tiktok
252
256
253
257
Captcha from tiktok website is a bit different than the others, but still similar in some regards. Usually it's asking the user to pick certain objects that are alike, from a handful of objects, which look or don't look similar.
254
258
259
+
### Task (your custom bot)
260
+
261
+
The task is a totally different concept compared to the other types of captcha.
262
+
With the other captcha types above, we are instructing our workers to solve that particular captcha and we get a captcha solution back.
263
+
The task is different. You create a template (bot) [here](https://imagetyperz.net) which will contain actions, step by step. Those actions will be executed on the worker computer. If there is a captcha on the page, you can instruct the worker to solve the captcha, and manually click a button, by using the description field of the template. You will get back the cookies, localStorage, fingerprint and screenshot of the worker's browser. This will make it possible for you to restore the session of the worker, i.e automatically logged into an account. Isn't that nice ? :)
264
+
255
265
256
266
Endpoints :sparkles:
257
267
--------------
@@ -660,7 +670,7 @@ Similar to reCAPTCHA, geetest captcha details are submitted, ID is received and
0 commit comments