Untitled
unknown
python
3 years ago
255 B
11
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...