Untitled
Anonymous
python
05/08/2023 3:20 PM
340 B
22
Indexable
import nopecha
nopecha.api_key = 'my_api_key'
# Call the Token API
token = nopecha.Token.solve(
type='recaptcha2',
sitekey='6Ld8NA8jAAAAAPJ_ahIPVIMc0C4q58rntFkopFiA',
url='https://wooseotools.com/'
)
# Print the token
print(token)Editor is loading...