2018-10-12 03:41:11 -07:00
|
|
|
## Whotracks.me database converter
|
|
|
|
|
|
|
|
A simple script that converts the Ghostery/Cliqz trackers database to a json format.
|
|
|
|
|
|
|
|
### Usage
|
|
|
|
|
|
|
|
```
|
|
|
|
yarn install
|
|
|
|
yarn index.js
|
|
|
|
```
|
|
|
|
|
2018-10-12 04:23:41 -07:00
|
|
|
You'll find the output in the `whotracksmedb.json` file.
|