chrisX1990
Newbie
- Nov 12, 2023
- 15
- 9
I'm running automation for twitter but sometime they lock my accounts and require to solving captcha! Is it possible to solve funcaptcha arkoselab with request?
how did u manage to do that?Just wrote my own. Not using another service. However, you can try anti-captcha or 2captcha. Interestingly, Anti-captcha.com banned the domain from being solved which is why I wrote my own.
Yes I have my own Twitter accounts unlocker that's using 2captcha to solve funCaptcha and unkocks the accounts fine even with multiple threads.I'm running automation for twitter but sometime they lock my accounts and require to solving captcha! Is it possible to solve funcaptcha arkoselab with request?
Hey Buddy can you help me to write my own captcha solving, not asking you to give me the entire solution just few hints and i will try to make it happen .Just wrote my own. Not using another service. However, you can try anti-captcha or 2captcha. Interestingly, Anti-captcha.com banned the domain from being solved which is why I wrote my own.
Did you later found the solution?@virchual after you get the captcha how do you submit it? I tried changing the input field and then submitting the form with javascript but it gives me an error saying "something went wrong". Any help would be much appreciated!
If it's constantly saying "something went wrong" then carefully check and match the captcha solving URL parameters to the web solver parameters. And you should be able to do that.@virchual after you get the captcha how do you submit it? I tried changing the input field and then submitting the form with javascript but it gives me an error saying "something went wrong". Any help would be much appreciated!
bro are u following this docs https://2captcha.com/api-docs/arkoselabs-funcaptcha ? im triyng to automate outlook creationYes I have my own Twitter accounts unlocker that's using 2captcha to solve funCaptcha and unkocks the accounts fine even with multiple threads.
Have a look on 2captcha docs and you will know.
I haven't worked with 2captcha for the past few months but yes the docs are same. Good luck with your outlook creation.bro are u following this docs https://2captcha.com/api-docs/arkoselabs-funcaptcha ? im triyng to automate outlook creation
thx bro, i tried but its not working. im getting error codeI haven't worked with 2captcha for the past few months but yes the docs are same. Good luck with your outlook creation.
It may be issue with 2captcha. Ask support. If they say Twitter captcha is still solvable then may be check the request args etc.thx bro, i tried but its not working. im getting error code
errorId: 12,
errorCode: 'ERROR_CAPTCHA_UNSOLVABLE',
errorDescription: 'Workers could not solve the Captcha'
}
they cannot solve it anynmore