Skip to main content

Fetch profiles and data from Quora.

Project description

pyquora

Fetches user profiles and data from Quora.

GitHub PyPI - Downloads

GitHub last commit

Build Status Requires.io (branch) GitHub repo size PyPI - Python Version PyPI - Wheel PyPI made-with-python PyPI - Status PyPI - Format

installation

pip install pyquora

Usage

import asyncio
from quora import User

async def main():
    user = User(<Quora-Username>)
    profile = await user.profile()
    print(profile.followerCount)
asyncio.run(main())

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyquora-0.4.4.tar.gz (7.1 kB view hashes)

Uploaded Source

Built Distribution

pyquora-0.4.4-py3-none-any.whl (9.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page