{ "info": { "author": "Anthony Hseb", "author_email": "anthony.hseb@hotmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7" ], "description": "=============\ngoogle-search\n=============\n\n\n.. image:: https://img.shields.io/pypi/v/google-search.svg\n :target: https://pypi.python.org/pypi/google-search\n\n.. image:: https://img.shields.io/travis/anthonyhseb/googlesearch.svg\n :target: https://travis-ci.org/anthonyhseb/googlesearch\n\n.. image:: https://readthedocs.org/projects/googlesearch/badge/?version=latest\n :target: https://googlesearch.readthedocs.io/en/latest/?badge=latest\n :alt: Documentation Status\n\n.. image:: https://pyup.io/repos/github/anthonyhseb/googlesearch/shield.svg\n :target: https://pyup.io/repos/github/anthonyhseb/googlesearch/\n :alt: Updates\n\n\nLibrary for scraping google search results.\n\n* Usage::\n\n from googlesearch.googlesearch import GoogleSearch\n response = GoogleSearch().search(\"something\")\n for result in response.results:\n print(\"Title: \" + result.title)\n print(\"Content: \" + result.getText())\n\n\n\n* Free software: MIT license\n\nFeatures\n--------\n\nRun a Google search and fetch the individual results (full HTML and text contents). By default the result URLs are fetched eagerly when the search request is made with 10 parallel requests. Fetching can be deferred until ``searchResult.getText()`` or ``getMarkup()`` are called by passing ``prefetch_results = False`` to the search method.\n\nPass ``num_results`` to the search method to set the maximum number of results. \n\n``SearchReponse.total`` gives the total number of results on Google.\n\nCredits\n---------\n\nThis package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage\n\n\n\n=======\nHistory\n=======\n\n1.0.0 (2017-05-06)\n------------------\n\n* First release on PyPI.\n\n\n1.0.1 (2017-05-08)\n------------------\n\n* Minor corrections in documentation\n\n1.0.2 (2017-05-12)\n------------------\n\n* Fixed duplicate result issue\n* Added language parameter", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/anthonyhseb/googlesearch", "keywords": "googlesearch", "license": "MIT license", "maintainer": "", "maintainer_email": "", "name": "google-search", "package_url": "https://pypi.org/project/google-search/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/google-search/", "project_urls": { "Homepage": "https://github.com/anthonyhseb/googlesearch" }, "release_url": "https://pypi.org/project/google-search/1.0.2/", "requires_dist": null, "requires_python": "", "summary": "Library for scraping google search results", "version": "1.0.2" }, "last_serial": 2869555, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "c1dc192b251eb7ea0676cf7f99124f4f", "sha256": "a535dd67a777ca10f829430fb1c60e1463f4c570e90f966444b82040ce96bc03" }, "downloads": -1, "filename": "google_search-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c1dc192b251eb7ea0676cf7f99124f4f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5502, "upload_time": "2017-05-06T19:35:09", "url": "https://files.pythonhosted.org/packages/d2/ff/b7226359391923b216a15ff672b74018241fc0b6aee0ab669e7bb56d239d/google_search-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "16ff7bb17f533a6c2ef01e6085904019", "sha256": "0e5aeac80c838fa61c4c59a974c2520d4809e6472e0fa5e255b634eacdfabab1" }, "downloads": -1, "filename": "google-search-1.0.0.tar.gz", "has_sig": false, "md5_digest": "16ff7bb17f533a6c2ef01e6085904019", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12747, "upload_time": "2017-05-08T14:14:42", "url": "https://files.pythonhosted.org/packages/e1/1c/925636ad75e049b5516f0cce81d4839903180d0482d13425e58981b7983c/google-search-1.0.0.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "f66760256bb5528a256de16ca4a69b16", "sha256": "a9efda670fe4f82389b1ce4081d0595b345e58e7af5025959c39757dbedc70e3" }, "downloads": -1, "filename": "google-search-1.0.2.tar.gz", "has_sig": false, "md5_digest": "f66760256bb5528a256de16ca4a69b16", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13247, "upload_time": "2017-05-12T14:14:24", "url": "https://files.pythonhosted.org/packages/f5/bd/095d622d731f963505a52b9f27fb6ccdd1b13bf7789afeae10e2711809b6/google-search-1.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f66760256bb5528a256de16ca4a69b16", "sha256": "a9efda670fe4f82389b1ce4081d0595b345e58e7af5025959c39757dbedc70e3" }, "downloads": -1, "filename": "google-search-1.0.2.tar.gz", "has_sig": false, "md5_digest": "f66760256bb5528a256de16ca4a69b16", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13247, "upload_time": "2017-05-12T14:14:24", "url": "https://files.pythonhosted.org/packages/f5/bd/095d622d731f963505a52b9f27fb6ccdd1b13bf7789afeae10e2711809b6/google-search-1.0.2.tar.gz" } ] }