-
Notifications
You must be signed in to change notification settings - Fork 67
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels