# pyquora
Fetches user profiles and data from Quora.









[](https://www.python.org/)


# installation
`pip install pyquora`
# Usage
```python
import asyncio
from quora import User
async def main():
user = User(<Quora-Username>)
profile = await user.profile()
print(profile.followerCount)
asyncio.run(main())
```
Raw data
{
"_id": null,
"home_page": "https://github.com/TheShubhendra/pyquora",
"name": "pyquora",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": "",
"keywords": "scraper,quora",
"author": "Shubhendra Kushwaha",
"author_email": "shubhendrakushwaha94@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/39/dc/c78eb58c9e7ef23f436af39e0b4a2289f5bb4ce9974d715ee5ff6fd1744b/pyquora-0.4.4.tar.gz",
"platform": null,
"description": "# pyquora\n\nFetches user profiles and data from Quora.\n\n\n\n\n\n\n\n\n\n\n\n\n[](https://www.python.org/)\n\n\n\n\n# installation\n\n`pip install pyquora`\n\n# Usage\n\n```python\nimport asyncio\nfrom quora import User\n\nasync def main():\n user = User(<Quora-Username>)\n profile = await user.profile()\n print(profile.followerCount)\nasyncio.run(main())\n\n```\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Fetch profiles and data from Quora.",
"version": "0.4.4",
"split_keywords": [
"scraper",
"quora"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "8d9d783ea75af26fcedfc880818da73271d28e553ac6ae6052a4e2a29f0e39ab",
"md5": "eb49bf5e07a655ea93b7342b1e9474b6",
"sha256": "ac35121296681a9076e290e95a6af29e122cf3a7be1665931d37dbf16ca12e62"
},
"downloads": -1,
"filename": "pyquora-0.4.4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "eb49bf5e07a655ea93b7342b1e9474b6",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 9240,
"upload_time": "2023-04-24T07:17:04",
"upload_time_iso_8601": "2023-04-24T07:17:04.658618Z",
"url": "https://files.pythonhosted.org/packages/8d/9d/783ea75af26fcedfc880818da73271d28e553ac6ae6052a4e2a29f0e39ab/pyquora-0.4.4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "39dcc78eb58c9e7ef23f436af39e0b4a2289f5bb4ce9974d715ee5ff6fd1744b",
"md5": "036aec81e510cae8a0c8d76be9e9aa71",
"sha256": "f7fa454e2bcef4f2c79cdc393806dccbadf50815f44e2ee83933a5b9779b01af"
},
"downloads": -1,
"filename": "pyquora-0.4.4.tar.gz",
"has_sig": false,
"md5_digest": "036aec81e510cae8a0c8d76be9e9aa71",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 7059,
"upload_time": "2023-04-24T07:17:06",
"upload_time_iso_8601": "2023-04-24T07:17:06.937996Z",
"url": "https://files.pythonhosted.org/packages/39/dc/c78eb58c9e7ef23f436af39e0b4a2289f5bb4ce9974d715ee5ff6fd1744b/pyquora-0.4.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-04-24 07:17:06",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "TheShubhendra",
"github_project": "pyquora",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "pyquora"
}