- Clone the repository
- Install python
- Make sure you can import sys and json in python
- Run :
python match.py <products file> <listing file> <result file>
The result will be written to <result file> in this format :
{ "listings": Array[Listing], "product_name": String }