We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dear Ahmed Mujtaba,
Thanks for sharing the code.
However, I was wondering what is 'setup.ini' and also 'admin','scaptcha_api_key','usename','password' of the following code.
config = configparser.ConfigParser() config.read('setup.ini') two_captcha_api = config.get("admin","2captcha_api_key") solver = TwoCaptcha(apiKey=two_captcha_api) USERNAME = config.get("admin","USERNAME") PASSWORD = config.get("admin","PASSWORD") ENDPOINT = "pr.oxylabs.io:7777"
Does this the api get from 'https://2captcha.com/zh/for-customer'.
I am looking for your reply.
Best wishes, Kelly
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Dear Ahmed Mujtaba,
Thanks for sharing the code.
However, I was wondering what is 'setup.ini' and also 'admin','scaptcha_api_key','usename','password' of the following code.
config = configparser.ConfigParser()
config.read('setup.ini')
two_captcha_api = config.get("admin","2captcha_api_key")
solver = TwoCaptcha(apiKey=two_captcha_api)
USERNAME = config.get("admin","USERNAME")
PASSWORD = config.get("admin","PASSWORD")
ENDPOINT = "pr.oxylabs.io:7777"
Does this the api get from 'https://2captcha.com/zh/for-customer'.
I am looking for your reply.
Best wishes,
Kelly
The text was updated successfully, but these errors were encountered: