quora-scraper
quora-scraper copied to clipboard
Quora-Scraper doesn't scrape my own profile
I write a scraping query on command line , quora-scraper users [kaleab woldemariam]
but the scrapper doesn't scrape anything. I know my profile is there on Quora. https://www.quora.com/profile/Kaleab-Woldemariam. Is there any syntax error?
You forget the -l argument before the list, plus the username should not contain spaces, try this:
quora-scraper users -l [kaleab-woldemariam]
Tried your comment, but still doesn't scrape anything.
I started fixing the code in this repo but gave up when I realized it wouldn't be a quick fix.
You might be interested in this alternative tool that I wrote based on this repo. It automatically expands all your collapsed articles and comments. Depending on the amount of answers and comments you have, this can save you many hours of work. You can then save it as PDF for full text searches and click on the dates of the articles and comments to jump back to the original content online.
https://github.com/swiss-chris/quora-expander
@swiss-chris Is the code in your repo still valid?! I need to scrape quora question and answers for specific topics, but neither of the two codes works for me, I also tried to write scrapper form scratch, but it didn't work :(
@swiss-chris Is the code in your repo still valid?! I need to scrape quora question and answers for specific topics, but neither of the two codes works for me, I also tried to write scrapper form scratch, but it didn't work :(
@eng-aomar it was working a few months ago. Haven't tried it lately. However, as I recall, it only works for scraping the entire writings of a particular Quora user / profile_id. But maybe analyzing the source code you can get it to work for your purposes as well (topics). That's how I did it.