{
"info": {
"author": "Zacchaeus Bolaji",
"author_email": "djunehor@gmail.com",
"bugtrack_url": null,
"classifiers": [],
"description": "\nquorapy\n=======\n\n\n.. image:: https://travis-ci.org/djunehor/quorapy.svg?branch=master\n :target: https://travis-ci.org/djunehor/quorapy\n :alt: Build Status\n\n.. image:: http://hits.dwyl.io/djunehor/quorapy.svg\n :target: http://hits.dwyl.io/djunehor/quorapy\n :alt: HitCount\n\n\nIssues and pull requests welcome.\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nA Python module to fetch and parse data from Quora.\n\nTable of Contents\n^^^^^^^^^^^^^^^^^\n\n\n* `Installation <#installation>`_\n* `Usage <#usage>`_\n* `Features <#features>`_\n* `Contribute <#contribute>`_\n\nInstallation\n------------\n\nYou will need `Python 3.x `_ and `pip `_.\n\nInstall using pip: ``pip install quorapy``\nInstall via repo:\n\n\n* Clone repor ``git clone https://github.com/djunehor/quorapy``\n* Install requirements via ``pip install -r requirements.txt``\n* Place quorapy in your project root folder\n\nUsage\n-----\n\n.. code-block:: python\n\n from quorapy import Quora\n import os\n from quorapy.browser import Browser\n\n browser = Browser(os.getenv('LINUX'))\n quora = Quora(browser)\n\n # search for `Python`\n results = quora.search('Python')\n\n # Sample response:\n { \"answer_limit\": 1,\n \"data\": [\n {\n \"comments\": [\n {\n \"text\": \"Rather than giving you a boring step by step process of learning Python, I would share my personal journey about how I started learning Python.\\nHere is my personal learning experience:\\nWhat motivated me to start learn Python ?\\nI fell in love with Python after reading a bunch of answers on Quora about how people were doing wonderful things with Python.\\nSome were writing scripts to automate their Whats app messages.\\nSome wrote a script to download their favourite songs,\\nwhile some built a system to receive cricket score updates on their phones.\\nAll of this seemed very excited to me and I finally dec...(more)\",\n \"user\": {\n \"datetime\": \"2019-09-29 02:52:30.692237\",\n \"name\": \"\",\n \"url\": \"https://www.quora.com/profile/Neha-Ahuja-178\"\n }\n }\n ],\n \"question\": {\n \"datetime\": \"2019-09-28 23:57:00\",\n \"text\": \"How should I start learning Python?\",\n \"user\": {\n \"name\": \"Quora Content Review\",\n \"url\": \"https://quora.com/profile/Quora-Content-Review\"\n }\n },\n \"url\": \"https://www.quora.com/How-should-I-start-learning-Python-1\"\n }\n ],\n \"load_user\": null,\n \"query\": \"python\",\n \"question_limit\": 1\n }\n\nFeatures\n--------\n\nCurrently implemented\n^^^^^^^^^^^^^^^^^^^^^\n\n\n* Search\n\nContribute\n----------\n\nCheck out the issues on GitHub and/or make a pull request to contribute!\n\n\n",
"description_content_type": "text/markdown",
"docs_url": null,
"download_url": "",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "https://github.com/djunehor/quorapy",
"keywords": "",
"license": "",
"maintainer": "",
"maintainer_email": "",
"name": "quorapy",
"package_url": "https://pypi.org/project/quorapy/",
"platform": "",
"project_url": "https://pypi.org/project/quorapy/",
"project_urls": {
"Homepage": "https://github.com/djunehor/quorapy"
},
"release_url": "https://pypi.org/project/quorapy/0.1.1/",
"requires_dist": [
"beautifulsoup4",
"feedparser",
"dateparser",
"selenium",
"lxml"
],
"requires_python": "",
"summary": "Fetches and parses data from Quora.",
"version": "0.1.1"
},
"last_serial": 5901362,
"releases": {
"0.1.0": [
{
"comment_text": "",
"digests": {
"md5": "26f5a4e12a808a3794a8470fcfae7cf9",
"sha256": "007782c18eb8c001f20870b472cbcc009e25580cc99ea66111cf9d899dfacade"
},
"downloads": -1,
"filename": "quorapy-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "26f5a4e12a808a3794a8470fcfae7cf9",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 8028,
"upload_time": "2019-09-29T02:40:26",
"url": "https://files.pythonhosted.org/packages/5a/f5/504428353537b2ec99a609b4b2374fdb8fa27b1d62385d28dd1ea7199a45/quorapy-0.1.0-py3-none-any.whl"
}
],
"0.1.1": [
{
"comment_text": "",
"digests": {
"md5": "a6eb5f3cfd2f1c1e6babaca5e8d84498",
"sha256": "eebfbc3280cc773146623f3a26eaf1153a970175503782502016fdb979b6b1c9"
},
"downloads": -1,
"filename": "quorapy-0.1.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "a6eb5f3cfd2f1c1e6babaca5e8d84498",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 6896,
"upload_time": "2019-09-29T03:23:20",
"url": "https://files.pythonhosted.org/packages/97/64/d6201093dc11bca53903277222157f38da1814e4b116d45f4af3a7ed3cd4/quorapy-0.1.1-py3-none-any.whl"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "a6eb5f3cfd2f1c1e6babaca5e8d84498",
"sha256": "eebfbc3280cc773146623f3a26eaf1153a970175503782502016fdb979b6b1c9"
},
"downloads": -1,
"filename": "quorapy-0.1.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "a6eb5f3cfd2f1c1e6babaca5e8d84498",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 6896,
"upload_time": "2019-09-29T03:23:20",
"url": "https://files.pythonhosted.org/packages/97/64/d6201093dc11bca53903277222157f38da1814e4b116d45f4af3a7ed3cd4/quorapy-0.1.1-py3-none-any.whl"
}
]
}