quora-scraper
quora-scraper copied to clipboard
It was working but doesn't work now
It was working but now it doesn't
The command I input:
quora-scraper questions -l University-of-Cambridge
It returns:
Looking for topic number : 0 | University-of-Cambridge topic does not have questions...
Anyone has idea on this? Thanks!
I'm facing the same issue. It was working past week but doesn't work now. Have you found any other alternative @geraldho?
I think it's not working because the all_questions(in file scraper.py) slug of the quora URL is not working
instead of all_questions, top_questions is working right now
But the problem with top_questions is that it has few questions
For example, topic: Spirituality
- top_questions: https://www.quora.com/topic/Spirituality/top_questions
- all_questions( not working now ): https://www.quora.com/topic/Spirituality/all_questions
@banyous Can you please look into it?
I changed that line to be top_questions - but getting the same error.