{ "info": { "author": "Sidorov A.B.", "author_email": "sidan93@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Software Development :: Build Tools" ], "description": "# About\nModule for parsing google search results without access to Google Search API\n\n# Simple Start for home project\n\n1. Install package from [pip](https://pypi.org/project/googleparser/)\n```\npip install googleparser\n```\n\n2. Use \n```\nfrom googleparser import GoogleParser\nprint(*['\\n' + str(res) for res in GoogleParser().query('bitcoin_price')])\n```\n\nResults:\n```\n#1. Bitcoin Price Chart (BTC) | Coinbase. Link: https://www.coinbase.com/price/bitcoin \n#2. BitcoinAverage: Bitcoin Price Index API & Exchange Rates. Link: https://bitcoinaverage.com/ \n#3. Bitcoin Price - Live Bitcoin Price in USD with No Ads. Link: https://www.bitcoinprice.com/ \n#4. Bitcoin Price Index \u0432\u0402\u201d Real-time Bitcoin Price Charts \u0432\u0402\u201d CoinDesk. Link: https://www.coindesk.com/price/bitcoin \n#5. Bitcoin Price Chart Today - Live BTC/USD - Gold Price. Link: https://goldprice.org/ru/cryptocurrency-price/bitcoin-price \n#6. $8,435.00 Bitcoin Price - Blockchain. Link: https://www.blockchain.com/de/prices \n#7. MUST SEE: This Bitcoin Price Action already happened 1:1 in 2016 .... Link: https://www.youtube.com/watch?v=JFo7NcokNPU \n#8. Bitcoin price targets & pivots LIVE STREAM - BTX, LTC & ETH .... Link: https://www.youtube.com/watch?v=87xi-5FRK5M \n#9. BitcoinPrice DLive. Link: https://dlive.tv/BitcoinPrice\n```\n\n## API\n\n### GoogleParser\nClass for search links\n\n#### query\nMethod for search and get results\n\n###### Params\n* search_string: str - Query for search\n\n###### Result\n* List of GoogleResult\n\n### GoogleResult\nClass for result from GooleParser\n\n###### Variable:\n* index: int - number of result\n* title: str - result title\n* link: str - result link", "description_content_type": "text/markdown", "docs_url": null, "download_url": "https://github.com/sidan93/googleparser/archive/v0.1.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/sidan93/googleparser", "keywords": "google,parser,search,google search,google parser,googleparser,googlesearch", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "googleparser", "package_url": "https://pypi.org/project/googleparser/", "platform": "", "project_url": "https://pypi.org/project/googleparser/", "project_urls": { "Download": "https://github.com/sidan93/googleparser/archive/v0.1.tar.gz", "Homepage": "https://github.com/sidan93/googleparser" }, "release_url": "https://pypi.org/project/googleparser/0.2/", "requires_dist": null, "requires_python": "", "summary": "Module for parsing google search results without access to Google Search API", "version": "0.2" }, "last_serial": 5958323, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "56071c4b2dfc944acb5e1a634047d784", "sha256": "d80359908aa59e8a0b7b2399ca114537c23447099dfcd3eac6228d076cdd0175" }, "downloads": -1, "filename": "googleparser-0.2.tar.gz", "has_sig": false, "md5_digest": "56071c4b2dfc944acb5e1a634047d784", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3067, "upload_time": "2019-10-11T04:22:16", "url": "https://files.pythonhosted.org/packages/1b/ee/aa3e99f01642463ecaa3dcf940767fed0a74c6fa05ec25381453f82e1673/googleparser-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "56071c4b2dfc944acb5e1a634047d784", "sha256": "d80359908aa59e8a0b7b2399ca114537c23447099dfcd3eac6228d076cdd0175" }, "downloads": -1, "filename": "googleparser-0.2.tar.gz", "has_sig": false, "md5_digest": "56071c4b2dfc944acb5e1a634047d784", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3067, "upload_time": "2019-10-11T04:22:16", "url": "https://files.pythonhosted.org/packages/1b/ee/aa3e99f01642463ecaa3dcf940767fed0a74c6fa05ec25381453f82e1673/googleparser-0.2.tar.gz" } ] }