Skip to content

neoxium/mwi-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mwi-parser

Mercury parser for MyWebIntelligence database

Installation

Clone this repository and install dependencies

> npm install

Setup

Change 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

Run

> node index.js

About

Mercury parser for MyWebIntelligence database

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •