banyous / quora-scraper

Scrape data from Quora website: questions related to certain topics, answers given on certain questions and users profile data
MIT License
53 stars 17 forks source link

It was working but doesn't work now #12

Open geraldho opened 3 years ago

geraldho commented 3 years ago

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!

aditya-taskhuman commented 3 years ago

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 commented 3 years ago

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

@banyous Can you please look into it?

eaglespy21 commented 1 year ago

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