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
- Host: GitHub
- URL: https://github.com/xamogh/quora-scraper
- Owner: xamogh
- License: mit
- Created: 2022-11-15T12:41:06.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-28T02:44:27.000Z (almost 3 years ago)
- Last Synced: 2023-06-04T03:22:20.768Z (over 2 years ago)
- Topics: quora, scraping, selenium-python
- Language: Python
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.MD
Awesome Lists containing this project
README
# quora-scraper
Quora scrapertrying to make things easier...
Currently can get all questions and answers from a profile.
Output is in the format of```[{question: "...", answer: "...", date: "..."}, ...]```