{ "info": { "author": "Ikhsan Noor Rosyidin", "author_email": "jakethitam1985@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.4", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "==========\npygoogling\n==========\n.. image:: https://www.quantifiedcode.com/api/v1/project/bfbfe707e09b4f109913969336393abf/badge.svg\n :target: https://www.quantifiedcode.com/app/project/bfbfe707e09b4f109913969336393abf\n :alt: Code issues\n\nUsing google search engine from python\n\nTested python version\n*********************\n- python 2.7.6\n- python 3.4.3\n\nInstallation\n************\n.. code-block:: bash\n\n $ pip install pygoogling\n\nUsage\n*****\nFor now, this library only contain one class, ``GoogleSearch``. Here is a short description to use this library.\n\n.. code-block:: python\n\n from pygoogling.googling import GoogleSearch\n\n\n google_search = GoogleSearch('python')\n google_search.start_search(max_page=3)\n print(google_search.search_result) # will print the url as list of string\n google_search.more_page(4) # to search 4 extra pages\n print(google_search.search_result) # the result will be added to current result\n\nThe keyword is the only requirement to initiate this class. The ``max_page`` parameter is used to determine how many google web page result you want to parse. By default, ``max_page`` will be one. The ``GoogleSearch.more_page()`` is a method used to do extra search. The only required parameter is how many more pages you want to get the result of google search.", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/essanpupil/pygoogling", "keywords": "google search python module", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "pygoogling", "package_url": "https://pypi.org/project/pygoogling/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pygoogling/", "project_urls": { "Homepage": "https://github.com/essanpupil/pygoogling" }, "release_url": "https://pypi.org/project/pygoogling/0.0.2/", "requires_dist": null, "requires_python": null, "summary": "Python library to do google search", "version": "0.0.2" }, "last_serial": 2028642, "releases": { "0.0.2": [ { "comment_text": "", "digests": { "md5": "cd49afd20c7b3c8a670baede80d35b62", "sha256": "3a56d30131c472fb65509e66e7540db239bd73f2a6368f96e480cc25a143c02a" }, "downloads": -1, "filename": "pygoogling-0.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "cd49afd20c7b3c8a670baede80d35b62", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4934, "upload_time": "2016-03-26T09:34:46", "url": "https://files.pythonhosted.org/packages/69/17/ca0bc74f3b97e2e6101b2956e2e779388f76f53b520c30bf049e8b29763c/pygoogling-0.0.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3838e7f2db14bda8730d51f7dd4f6ecc", "sha256": "e03e19ae352ffe1f2979d0405cce20f7bcb8c7bb6e674f46d86a79252c5aa21d" }, "downloads": -1, "filename": "pygoogling-0.0.2-py3.4.egg", "has_sig": false, "md5_digest": "3838e7f2db14bda8730d51f7dd4f6ecc", "packagetype": "bdist_egg", "python_version": "3.4", "requires_python": null, "size": 5263, "upload_time": "2016-03-26T09:34:51", "url": "https://files.pythonhosted.org/packages/06/3f/0420df1ffcf20d4ed84df5f47394a0d7e27c3d37b34f1e1a317ecaa5e782/pygoogling-0.0.2-py3.4.egg" }, { "comment_text": "", "digests": { "md5": "03aa0b945a01c3454343f9b3509a38e3", "sha256": "e7c876f2430d6ad5c7d92a9d34ddbd233f2737b67b5269204c9865bb0c5c8480" }, "downloads": -1, "filename": "pygoogling-0.0.2.tar.gz", "has_sig": false, "md5_digest": "03aa0b945a01c3454343f9b3509a38e3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2927, "upload_time": "2016-03-26T09:34:56", "url": "https://files.pythonhosted.org/packages/9b/e9/c018470ccf2782c5f23efa0bdfd416887a401a17ffef038d608b79b0675e/pygoogling-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "cd49afd20c7b3c8a670baede80d35b62", "sha256": "3a56d30131c472fb65509e66e7540db239bd73f2a6368f96e480cc25a143c02a" }, "downloads": -1, "filename": "pygoogling-0.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "cd49afd20c7b3c8a670baede80d35b62", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4934, "upload_time": "2016-03-26T09:34:46", "url": "https://files.pythonhosted.org/packages/69/17/ca0bc74f3b97e2e6101b2956e2e779388f76f53b520c30bf049e8b29763c/pygoogling-0.0.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3838e7f2db14bda8730d51f7dd4f6ecc", "sha256": "e03e19ae352ffe1f2979d0405cce20f7bcb8c7bb6e674f46d86a79252c5aa21d" }, "downloads": -1, "filename": "pygoogling-0.0.2-py3.4.egg", "has_sig": false, "md5_digest": "3838e7f2db14bda8730d51f7dd4f6ecc", "packagetype": "bdist_egg", "python_version": "3.4", "requires_python": null, "size": 5263, "upload_time": "2016-03-26T09:34:51", "url": "https://files.pythonhosted.org/packages/06/3f/0420df1ffcf20d4ed84df5f47394a0d7e27c3d37b34f1e1a317ecaa5e782/pygoogling-0.0.2-py3.4.egg" }, { "comment_text": "", "digests": { "md5": "03aa0b945a01c3454343f9b3509a38e3", "sha256": "e7c876f2430d6ad5c7d92a9d34ddbd233f2737b67b5269204c9865bb0c5c8480" }, "downloads": -1, "filename": "pygoogling-0.0.2.tar.gz", "has_sig": false, "md5_digest": "03aa0b945a01c3454343f9b3509a38e3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2927, "upload_time": "2016-03-26T09:34:56", "url": "https://files.pythonhosted.org/packages/9b/e9/c018470ccf2782c5f23efa0bdfd416887a401a17ffef038d608b79b0675e/pygoogling-0.0.2.tar.gz" } ] }