{ "info": { "author": "Kelvin Fichter", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3.5", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "TwoCaptcha\n==========\n\n2Captcha Python3 API Wrapper\n\nPrerequisites\n-------------\n\nYou will need a ``2Captcha API Key`` which can be found `here`_ after\nregistering for 2Captcha on https://2captcha.com\n\nUsage\n-----\n\nTwoCaptcha\n~~~~~~~~~~\n\n.. code:: py\n\n from twocaptcha import TwoCaptcha\n\n API_KEY = 'YOUR_API_KEY_HERE'\n twoCaptcha = TwoCaptcha(API_KEY)\n\nTwoCaptcha.solve\\_captcha\n~~~~~~~~~~~~~~~~~~~~~~~~~\n\n.. code:: py\n\n page_url = 'http://www.example.com'\n site_key = '6Le4AQgUAAAAAABhHEq7RWQNJwGR_M-6Jni9tgtA'\n captcha_token = twoCaptcha.solve_captcha(site_key=site_key, page_url=page_url)\n print(captcha_token) # Ex. '03AE...'\n\nTwoCaptcha.get\\_balance\n~~~~~~~~~~~~~~~~~~~\n\n.. code:: py\n\n balance = twoCaptcha.get_balance()\n print(balance) # Ex. '6.11472'\n\nTODO:\n-----\n\n- [ ] proxy support\n- [ ] poll interval\n- [ ] request error handling\n- [ ] request unblocking\n- [ ] unit tests\n\n.. _here: https://2captcha.com/setting", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/kfichter/2captcha-py-sdk", "keywords": "2captcha development", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "two-captcha-sdk", "package_url": "https://pypi.org/project/two-captcha-sdk/", "platform": "", "project_url": "https://pypi.org/project/two-captcha-sdk/", "project_urls": { "Homepage": "https://github.com/kfichter/2captcha-py-sdk" }, "release_url": "https://pypi.org/project/two-captcha-sdk/0.0.2.1/", "requires_dist": null, "requires_python": "", "summary": "2Captcha Python3 API Wrapper", "version": "0.0.2.1" }, "last_serial": 3360203, "releases": { "0.0.2": [ { "comment_text": "", "digests": { "md5": "c8d9acf33f994bc44131c048c74f883e", "sha256": "45e27f6eb55bc41cdc2cee3fef31b2240fa8b73e60a90d9cda17d9ed90e46231" }, "downloads": -1, "filename": "two-captcha-sdk-0.0.2.tar.gz", "has_sig": false, "md5_digest": "c8d9acf33f994bc44131c048c74f883e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3031, "upload_time": "2017-11-16T01:46:31", "url": "https://files.pythonhosted.org/packages/a9/18/c2ed4dcc99763ce0b8de84ba2d824ac3e3596771f18de91420f09b46699c/two-captcha-sdk-0.0.2.tar.gz" } ], "0.0.2.1": [ { "comment_text": "", "digests": { "md5": "6a560a034d936445b5cb8548a733e815", "sha256": "678c7ddcedf25ec7e5411332ad6b51c7671c972ab1575f1b04076fc2a5cb5547" }, "downloads": -1, "filename": "two-captcha-sdk-0.0.2.1.tar.gz", "has_sig": false, "md5_digest": "6a560a034d936445b5cb8548a733e815", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3042, "upload_time": "2017-11-24T08:21:51", "url": "https://files.pythonhosted.org/packages/9d/f2/0005508985ea6d9cbd143622542e9f50df5d9d82f80537a7b547460fbf18/two-captcha-sdk-0.0.2.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6a560a034d936445b5cb8548a733e815", "sha256": "678c7ddcedf25ec7e5411332ad6b51c7671c972ab1575f1b04076fc2a5cb5547" }, "downloads": -1, "filename": "two-captcha-sdk-0.0.2.1.tar.gz", "has_sig": false, "md5_digest": "6a560a034d936445b5cb8548a733e815", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3042, "upload_time": "2017-11-24T08:21:51", "url": "https://files.pythonhosted.org/packages/9d/f2/0005508985ea6d9cbd143622542e9f50df5d9d82f80537a7b547460fbf18/two-captcha-sdk-0.0.2.1.tar.gz" } ] }