Added a script for updating the whotracksme database

This commit is contained in:
Andrey Meshkov
2018-10-12 13:41:11 +03:00
committed by Ildar Kamalov
parent 838406353b
commit 11e8853a34
6 changed files with 780 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
## Whotracks.me database converter
A simple script that converts the Ghostery/Cliqz trackers database to a json format.
### Usage
```
yarn install
yarn index.js
```
You'll find the output in the `whotracksme.json` file.