pyquora icon indicating copy to clipboard operation
pyquora copied to clipboard

A Python module for fetching and parsing data from Quora.

Results 23 pyquora issues
Sort by recently updated
recently updated
newest added

Is this API legal over all others? Did csu get permission from them personally? Otherwise, most re-creators tend to get sent cease and desist letters.

Hi, I'm coming to realize that with Quora's discontinued support of RSS, it essentially broke the User API that pyquora provides. Given the last commits have happened a couple of...

I have a feeling I'm missing something very obvious, could someone please help? ![33AFFAB5-8118-4CEE-868F-5F07C6EF9A5E](https://user-images.githubusercontent.com/681278/111553163-074c5880-8741-11eb-8b52-2882c2739c88.jpeg)

The stats obtained are not matching the actual stats in Quora. ![obtained output](https://user-images.githubusercontent.com/8190677/31002611-59b14d68-a4b1-11e7-8cb9-c24f927e6f3e.PNG) ![actual_stats](https://user-images.githubusercontent.com/8190677/31002607-54bb0808-a4b1-11e7-8296-d5c58fb0b7b8.PNG)

This code made use of Quora's RSS feeds which were removed in May. It no longer works.

``` import html2text from pprint import pprint from quora import User user=User('Richard-Muller-3') activity=user.activity content=activity['activity'] answers=[html2text.html2text(answer['summary']) for answer in content] print len(answers) #49 ``` I am trying to get all answers...

Aiming for Python 2.6+ and Python 3.3+ compatibility.

enhancement

Does not take full backup in CSV or JSON format. Also, failed fetching individual sections of upvotes, answers, etc. Let me know if you require any other data. Note :...

Looks like Quora is masking usernames when you view an answer without logging in. "Quora User" is shown in place of the user's actual name. This is also affecting answers...

So csu/quora-backup#6 doesn't happen again.