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