Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Property Parser
## Property Parser

Simple python parser to extract details of the:
1. buyers/sellers looking to buy or sell a property (name, email ID, phone number)
Expand All @@ -12,4 +12,4 @@ Simple python parser to extract details of the:

```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](https://github.com/yashashreesuresh/Property-Parser/tree/master/test).
For example, ```python3 parser.py -f test/sample_text.html```. Sample html files can be found at [test](https://github.com/yashashreesuresh/Property-Parser/tree/master/test).