Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 529 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 529 Bytes

Build Status

quora_qa_pyarser

Readme to be updated after the pipeline development.

Extracting question-answer pairs from a particular question in Quora, with parsing HTML tags.
extract.py -> does the parsing from page source code
sample_usage.py -> simply type the command the below for the output:

python sample_usage.py "https://www.quora.com/How-should-I-respond-to-my-boss-who-fired-me-via-email"

crawler.py -> To be improved.