Paycon

Results 1 comments of Paycon

Hello this worked for me, following the steps of this in Pypi https://pypi.org/project/2captcha-python/#installation pip3 install 2captcha-python ``` from twocaptcha import TwoCaptcha solver = TwoCaptcha(key_captcha) result = solver.normal(file=...) ```