quora-scraper
quora-scraper copied to clipboard
Scrape data from Quora website: questions related to certain topics, answers given on certain questions and users profile data
After installation and setup, I am trying to run the example commands, but am not getting any output. I'm sending: `quora-scraper % quora-scraper questions -l [finance,politics,Donald-Trump]`, and the terminal is...
Any plans in implementing scraping the space questions? Right now, quora is all into spaces not topics i guess. Any plans in implementing it
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...
Bumps [certifi](https://github.com/certifi/python-certifi) from 2021.5.30 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...
Didnt work on windows ``` Traceback (most recent call last): File "C:\Python39\Scripts\quora-scraper-script.py", line 33, in sys.exit(load_entry_point('quora-scraper==1.1.3', 'console_scripts', 'quora-scraper')()) File "C:\Python39\lib\site-packages\quora_scraper\scraper.py", line 551, in main questions(keywords_list,save_path) File "C:\Python39\lib\site-packages\quora_scraper\scraper.py", line 115, in...
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...
I struggled with the questions crawler but was able to kind of get it working, but am stuck now on the answers function. I tested it out on a working...