An open API service indexing awesome lists of open source software.

https://github.com/xamogh/quora-scraper

Quora scraper to scrape answers from a specific profile
https://github.com/xamogh/quora-scraper

quora scraping selenium-python

Last synced: 7 months ago
JSON representation

Quora scraper to scrape answers from a specific profile

Awesome Lists containing this project

README

          

# quora-scraper
Quora scraper

trying to make things easier...

Currently can get all questions and answers from a profile.
Output is in the format of

```[{question: "...", answer: "...", date: "..."}, ...]```