You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: