Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quora get all answers #84

Open
abhigenie92 opened this issue Feb 25, 2016 · 0 comments
Open

Quora get all answers #84

abhigenie92 opened this issue Feb 25, 2016 · 0 comments

Comments

@abhigenie92
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant