{ "info": { "author": "Adeel Khan", "author_email": "kadeel@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "**********************\ngoogle-scholar-scraper\n**********************\n\nVersion 0.2 works with Python3.\n\nInstallation\n============\n\n.. code-block:: bash\n\n $ pip install google-scholar-scraper\n\n\nCommand-line usage\n==================\n\n.. code-block:: bash\n\n $ gsscraper \"neeman grothendieck duality\"\n\n\nwill return the first result from Google Scholar matching this query, in XML\nformat.\n\n.. code-block:: bash\n\n $ gsscraper \"neeman grothendieck duality\" -n 5\n\n\nwill return the five results from Google Scholar matching this query. (Max is\n10 results.)\n\nLibrary usage\n=============\n\n.. code-block:: python\n\n import gsscraper\n\n query = \"neeman grothendieck duality\"\n gsscraper.get_result(query) # (a)\n gsscraper.get_results(query, 5) # (b)\n gsscraper.get_result_as_xml(query) # (c)\n\n\nHere,\n\n (a) will return a Python dict with keys \"title\", \"author\", etc.;\n (b) will return a list of such Python dicts;\n (c) will return a list of strings in XML format.\n\nLicense\n=======\n\nGPL\n\nAuthors\n=======\n\nAdeel Khan (@adeel)\n\nParts of the code are derived from the package `gscholar` by Bastian Venthur\n(@venthur).", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/adeel/google-scholar-scraper", "keywords": "references citations bibliography", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "google-scholar-scraper", "package_url": "https://pypi.org/project/google-scholar-scraper/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/google-scholar-scraper/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/adeel/google-scholar-scraper" }, "release_url": "https://pypi.org/project/google-scholar-scraper/0.2/", "requires_dist": null, "requires_python": null, "summary": "Python library for scraping Google Scholar.", "version": "0.2" }, "last_serial": 1384832, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "5bd50e9d4e1813deb0acfca9bc464723", "sha256": "9cf8f7e2518de19e26a63603f0a0629b5023ca7a7cd0afb8fd9f2960e6da7b71" }, "downloads": -1, "filename": "google-scholar-scraper-0.1.tar.gz", "has_sig": false, "md5_digest": "5bd50e9d4e1813deb0acfca9bc464723", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2983, "upload_time": "2014-08-27T16:16:37", "url": "https://files.pythonhosted.org/packages/b8/1f/7d64f7ae2065e8c74d8bff63aa00168d6109beda5d51e8c4d82338322c20/google-scholar-scraper-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "a62bba960c4ad30e0fea492fcdbdf757", "sha256": "535ef507527452d30d8ab0e8632699a68878a0e288ed9c4d64fcd23a41ad7fe7" }, "downloads": -1, "filename": "google-scholar-scraper-0.2.tar.gz", "has_sig": false, "md5_digest": "a62bba960c4ad30e0fea492fcdbdf757", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2964, "upload_time": "2015-01-16T12:14:42", "url": "https://files.pythonhosted.org/packages/bc/84/51e84831774b768ed4aa84887a682554b0afc07cf3cc9cfdbbe74c58b5d0/google-scholar-scraper-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a62bba960c4ad30e0fea492fcdbdf757", "sha256": "535ef507527452d30d8ab0e8632699a68878a0e288ed9c4d64fcd23a41ad7fe7" }, "downloads": -1, "filename": "google-scholar-scraper-0.2.tar.gz", "has_sig": false, "md5_digest": "a62bba960c4ad30e0fea492fcdbdf757", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2964, "upload_time": "2015-01-16T12:14:42", "url": "https://files.pythonhosted.org/packages/bc/84/51e84831774b768ed4aa84887a682554b0afc07cf3cc9cfdbbe74c58b5d0/google-scholar-scraper-0.2.tar.gz" } ] }