{"id":19389152,"url":"https://github.com/tapaswenipathak/quora","last_synced_at":"2026-06-20T07:31:06.118Z","repository":{"id":81465906,"uuid":"170537567","full_name":"tapaswenipathak/Quora","owner":"tapaswenipathak","description":null,"archived":false,"fork":false,"pushed_at":"2019-06-18T14:07:54.000Z","size":5,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-03T20:23:36.706Z","etag":null,"topics":["pip","python","quora","scraping"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tapaswenipathak.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-02-13T16:09:29.000Z","updated_at":"2019-09-02T12:59:41.000Z","dependencies_parsed_at":"2023-03-29T19:47:53.972Z","dependency_job_id":null,"html_url":"https://github.com/tapaswenipathak/Quora","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tapaswenipathak/Quora","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tapaswenipathak%2FQuora","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tapaswenipathak%2FQuora/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tapaswenipathak%2FQuora/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tapaswenipathak%2FQuora/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tapaswenipathak","download_url":"https://codeload.github.com/tapaswenipathak/Quora/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tapaswenipathak%2FQuora/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34561766,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-20T02:00:06.407Z","response_time":98,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["pip","python","quora","scraping"],"created_at":"2024-11-10T10:15:27.000Z","updated_at":"2026-06-20T07:31:06.098Z","avatar_url":"https://github.com/tapaswenipathak.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"![](https://img.shields.io/badge/-quora-blueviolet.svg)\n\nquora\n======\n[![GitHub issues](https://img.shields.io/github/issues/tapaswenipathak/Quora.svg)](https://github.com/tapaswenipathak/Quora/issues)\n[![GitHub forks](https://img.shields.io/github/forks/tapaswenipathak/Quora.svg)](https://github.com/tapaswenipathak/Quora/network)\n[![GitHub stars](https://img.shields.io/github/stars/tapaswenipathak/Quora.svg)](https://github.com/tapaswenipathak/Quora/stargazers)\n[![GitHub license](https://img.shields.io/github/license/tapaswenipathak/Quora.svg)](https://github.com/tapaswenipathak/Quora/blob/master/LICENSE)\n[![Twitter](https://img.shields.io/twitter/url/https/github.com/tapaswenipathak/Quora.svg?label=Quora\u0026style=social)](https://twitter.com/intent/tweet?text=Quora:\u0026url=https%3A%2F%2Fgithub.com%2Ftapaswenipathak%2FQuora)\n\n\n## Implemented\n\n- [X] Questions Stats\n- [X] Answer Stats\n- [X] User Stats\n- [X] Blog Stats\n- [X] Spaces Stats\n- [X] QnA\n- [X] Posts\n- [X] User Profile - Stats\n- [X] User Activity\n\n## Installation\n\n`pip install quora`\n\n## Code Samples\n\n```python\nfrom quora import Quora\n\nuserStats = Quora.getUserStats(\u003cusername\u003e)\n\n# answers\n# questions\n# shares\n# spaces\n# posts\n# blogs\n# followers\n# following\n\nquestionStats = Quora.getQuestionStats(\u003cquestion\u003e)\n\n# followers\n# views\n# date_asked\n# tags\n# url\n\nanswerStats = Quora.getAnswerStats(\u003canswer\u003e)\n\n# upvotes\n# upvoters\n# text\n# url\n\nblogStats = Quora.getBlogStats(\u003cblog_name\u003e)\n\n# followers\n# posts\n\nqna = Quora.getAnswer(\u003cquestion\u003e)\n\n# answer\n\nprofile = Quora.getUserProfile(\u003cusername\u003e)\n\n# knows_about\n# credential_highlights\n# profile_picture\n\nactivity = Quora.getUserActivity(\u003cusername\u003e)\n\n# activity\n```\n\n## API\n\n[quora-api](https://github.com/tapaswenipathak/quora-api).\n\n`quora` performs unofficial Quora parsing.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftapaswenipathak%2Fquora","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftapaswenipathak%2Fquora","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftapaswenipathak%2Fquora/lists"}