Simple python parser to extract details of the:
- buyers/sellers looking to buy or sell a property (name, email ID, phone number)
- property (address, bed rooms, etc)
pip3 install -r requirements.txt
python3 parser.py --file <html_file_location>
For example, python3 parser.py -f test/sample_text.html
. Sample html files can be found at test.