Skip to content

Quora get all answers #84

Description

@abhigenie92
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 by a person on quora. Any possible way? I don't want to scrape. The above code gives less answers for some reason.

http://stackoverflow.com/questions/35629695/quora-get-all-answers?noredirect=1#comment58940718_35629695

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions