diff --git a/setup.py b/setup.py index 1546f0b..5026fe1 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ def get_version(): "Intended Audience :: Developers", ], keywords=[ - '2captcha', 'captcha', 'api', 'captcha solver', 'reCAPTCHA', 'hCaptcha', + '2captcha', 'captcha', 'api', 'captcha solver', 'reCAPTCHA', 'FunCaptcha', 'Geetest', 'image captcha', 'Coordinates', 'Click Captcha', 'Geetest V4', 'Lemin captcha', 'Amazon WAF', 'Cloudflare Turnstile', 'Capy Puzzle', 'MTCaptcha', 'Friendly Captcha', 'Tencent', 'Cutcaptcha', 'DataDome', 'cybersiara'], diff --git a/twocaptcha/__init__.py b/twocaptcha/__init__.py index 44ab512..9f093ee 100644 --- a/twocaptcha/__init__.py +++ b/twocaptcha/__init__.py @@ -3,7 +3,7 @@ NetworkException, ApiException, TimeoutException) """ -Python 3 package for easy integration with the API of 2captcha captcha solving service to bypass recaptcha, hcaptcha, +Python 3 package for easy integration with the API of 2captcha captcha solving service to bypass recaptcha, funcaptcha, geetest and solve any other captchas. website 2captcha [https://2captcha.com/]