quora-api
quora-api copied to clipboard
"GET: /users/<user>/activity/answers" returns 0 items.
Example usage: GET http://quora.christopher.su/users/Christopher-J-Su/activity/answers
Output (excerpt):
{ "items": [ ] }
I see the same result. I get no data for GET http://quora.christopher.su/users/Christopher-J-Su as well.
{}
It seems that Quora have entirely removed RSS feeds as of May, so the activity parts of the API should be broken for the foreseeable future (I believe activity data was parsed using the RSS feeds). Not sure how much of pyquora uses RSS though, but all my requests are returning {}. Can anyone confirm?