pyquora


Namepyquora JSON
Version 0.4.4 PyPI version JSON
download
home_pagehttps://github.com/TheShubhendra/pyquora
SummaryFetch profiles and data from Quora.
upload_time2023-04-24 07:17:06
maintainer
docs_urlNone
authorShubhendra Kushwaha
requires_python>=3.7
licenseMIT
keywords scraper quora
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pyquora

Fetches user profiles and data from Quora.

![GitHub](https://img.shields.io/github/license/TheShubhendra/pyquora)
![PyPI - Downloads](https://img.shields.io/pypi/dm/pyquora)

![GitHub last commit](https://img.shields.io/github/last-commit/TheShubhendra/pyquora)

![Build Status](https://img.shields.io/github/workflow/status/TheShubhendra/pyquora/Python%20package)
![Requires.io (branch)](https://img.shields.io/requires/github/TheShubhendra/pyquora/master)
![GitHub repo size](https://img.shields.io/github/repo-size/TheShubhendra/pyquora)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pyquora)
![PyPI - Wheel](https://img.shields.io/pypi/wheel/pyquora)
![PyPI](https://img.shields.io/pypi/v/pyquora)
[![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/)
![PyPI - Status](https://img.shields.io/pypi/status/pyquora)
![PyPI - Format](https://img.shields.io/pypi/format/pyquora)


# 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![GitHub](https://img.shields.io/github/license/TheShubhendra/pyquora)\n![PyPI - Downloads](https://img.shields.io/pypi/dm/pyquora)\n\n![GitHub last commit](https://img.shields.io/github/last-commit/TheShubhendra/pyquora)\n\n![Build Status](https://img.shields.io/github/workflow/status/TheShubhendra/pyquora/Python%20package)\n![Requires.io (branch)](https://img.shields.io/requires/github/TheShubhendra/pyquora/master)\n![GitHub repo size](https://img.shields.io/github/repo-size/TheShubhendra/pyquora)\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pyquora)\n![PyPI - Wheel](https://img.shields.io/pypi/wheel/pyquora)\n![PyPI](https://img.shields.io/pypi/v/pyquora)\n[![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/)\n![PyPI - Status](https://img.shields.io/pypi/status/pyquora)\n![PyPI - Format](https://img.shields.io/pypi/format/pyquora)\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"
}
        
Elapsed time: 0.06002s