Advertisement
dereksir

Untitled

Feb 13th, 2024 (edited)
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.29 KB | None | 0 0
  1. #..
  2.     # URL of the page containing the CAPTCHA challenge
  3.     page_url = 'https://www.google.com/recaptcha/api2/demo'
  4.    
  5.     # Google sitekey of the CAPTCHA challenge
  6.     sitekey = '6Le-wvkSAAAAAPBMRTvw0Q4Muexq9bi0DJwx_mJ-'
  7.  
  8.     # your 2captcha API key
  9.     api_key = 'YOUR_2CAPTCHA_API_KEY'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement