quora-scraper icon indicating copy to clipboard operation
quora-scraper copied to clipboard

It was working but doesn't work now

Open geraldho opened this issue 3 years ago • 3 comments

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!

geraldho avatar Jun 09 '21 17:06 geraldho

I'm facing the same issue. It was working past week but doesn't work now. Have you found any other alternative @geraldho?

aditya-taskhuman avatar Jun 11 '21 08:06 aditya-taskhuman

I think it's not working because the all_questions(in file scraper.py) slug of the quora URL is not working image

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?

aditya-taskhuman avatar Jun 11 '21 09:06 aditya-taskhuman

I changed that line to be top_questions - but getting the same error.

eaglespy21 avatar Feb 09 '23 03:02 eaglespy21