Mercury parser for MyWebIntelligence database
Clone this repository and install dependencies
> npm installChange path to your MyWI database file in index.js
const dbFile = '/path/to/your/mwi.db';Set land id
const landId = 1;You can also change batch size
const pageNumber = 1; // Page number
const pageLimit = 1000; // Results per page> node index.js