Hi new post parameter added for gameType 4 in /ca request (answering) . It includes answer index and session Token splitted by dot. Twitter denies answers without "tguess". (Invalid captcha). Also it is encrypted with murmur. Body: JSON Array, Key: sessionToken
There are several types I see. For 3d_rollball_animals with 1 wave:
Hi! Is it available in python?
I don't know how to submit answer in python code,
here is my code, I use the funcaptcha/lib
to encrypt it.
answer_data = f'[{{"index": {answer}}}]' print(answer_data) guess = encrypt(answer_data, session_token) print('guess', guess)
it always shows 'not answered', even my answers are all right in funcapcha game 4 not V2
Hi! Is it available in python? I don't know how to submit answer in python code, here is my code, I use the funcaptcha/lib to encrypt it.
answer_data = f'[{{"index": {answer}}}]' print(answer_data) guess = encrypt(answer_data, session_token) print('guess', guess)
it always shows 'not answered', even my answers are all right in funcapcha game 4 not V2
[{"index": 2}] guess {"ct":"D+1JrxSOFJ0vid5nVsTWPQ==","iv":"6a8a2409a80e9db1de1580e77f7399ab","s":"6972716c636d6d78"} {"response":"not answered"}
Thank You!