All Projects → ghostery → Whotracks.me

ghostery / Whotracks.me

Licence: mit
Data from the largest and longest measurement of online tracking.

Projects that are alternatives of or similar to Whotracks.me

Yett
🔐A small webpage library to control the execution of (third party) scripts
Stars: ✭ 615 (+225.4%)
Mutual labels:  tracking, privacy
Dfpm
DFPM is a browser extension for detecting browser fingerprinting.
Stars: ✭ 81 (-57.14%)
Mutual labels:  tracking, privacy
Shapash
Shapash makes Machine Learning models transparent and understandable by everyone
Stars: ✭ 673 (+256.08%)
Mutual labels:  transparency, jupyter-notebook
Interpretable machine learning with python
Examples of techniques for training interpretable ML models, explaining ML models, and debugging ML models for accuracy, discrimination, and security.
Stars: ✭ 530 (+180.42%)
Mutual labels:  transparency, jupyter-notebook
Usiigaci
Usiigaci: stain-free cell tracking in phase contrast microscopy enabled by supervised machine learning
Stars: ✭ 139 (-26.46%)
Mutual labels:  jupyter-notebook, tracking
Tor2web
Tor2web is an HTTP proxy software that enables access to Tor Hidden Services by mean of common web browsers
Stars: ✭ 531 (+180.95%)
Mutual labels:  transparency, privacy
Mailtrackerblocker
Email tracker, read receipt and spy pixel blocker plugin for macOS Apple Mail
Stars: ✭ 821 (+334.39%)
Mutual labels:  tracking, privacy
Tensorflow 2.x Yolov3
YOLOv3 implementation in TensorFlow 2.3.1
Stars: ✭ 300 (+58.73%)
Mutual labels:  jupyter-notebook, tracking
Awesome Humane Tech
Promoting Solutions that Improve Wellbeing, Freedom and Society
Stars: ✭ 2,234 (+1082.01%)
Mutual labels:  transparency, privacy
Block
Let's make an annoyance free, better open internet, altogether!
Stars: ✭ 1,849 (+878.31%)
Mutual labels:  tracking, privacy
Blacklist
Curated and well-maintained hostfile to block ads, tracking, cryptomining, and more! Updated regularly. ⚡🔒
Stars: ✭ 492 (+160.32%)
Mutual labels:  tracking, privacy
Motion Ai
AI assisted motion detection for Home Assistant
Stars: ✭ 169 (-10.58%)
Mutual labels:  jupyter-notebook, privacy
Scriptsafe
a browser extension to bring security and privacy to chrome, firefox, and opera
Stars: ✭ 434 (+129.63%)
Mutual labels:  tracking, privacy
Catalogos Dados Brasil
Mapeamento de iniciativas (e catálogos) de dados abertos governamentais no Brasil.
Stars: ✭ 187 (-1.06%)
Mutual labels:  transparency, jupyter-notebook
Mli Resources
H2O.ai Machine Learning Interpretability Resources
Stars: ✭ 428 (+126.46%)
Mutual labels:  transparency, jupyter-notebook
Hblock
Improve your security and privacy by blocking ads, tracking and malware domains.
Stars: ✭ 724 (+283.07%)
Mutual labels:  tracking, privacy
energizedprotection
Energized Protection Magisk Module.
Stars: ✭ 70 (-62.96%)
Mutual labels:  tracking, privacy
Sipmask
SipMask: Spatial Information Preservation for Fast Image and Video Instance Segmentation (ECCV2020)
Stars: ✭ 255 (+34.92%)
Mutual labels:  jupyter-notebook, tracking
1hosts
DNS filter-/blocklists | safe. private. clean. browsing!
Stars: ✭ 85 (-55.03%)
Mutual labels:  tracking, privacy
Ungoogled Chromium
Google Chromium, sans integration with Google
Stars: ✭ 13,555 (+7071.96%)
Mutual labels:  transparency, privacy

 

WhoTracks.Me

Bringing Transparency to Online Tracking

Transparency · Privacy · Tracking landscape · Built by Cliqz & Ghostery
Trackers · Websites · Blog · Explorer

powered by Cliqz Follow WhoTracks.Me on Twitter License Badge


This repository contains:

  • data on trackers and websites as shown on whotracks.me (WTM)
  • database mapping tracker domains to companies
  • code to render the whotracks.me site

Installation

Python 3.6 is needed to build the site. We recommend creating a virtualenv (or pipenv) to install the dependencies.

With Pip

$ pip install git+https://github.com/cliqz-oss/whotracks.me.git

From source

After cloning the repository (requires git-lfs):

$ pip install -r requirements.txt
$ pip install -e .

That’s all you need to get started!

Using the data

To get started with the data, everything you need can be found in whotracksme.data:

from whotracksme.data.loader import DataSource

data = DataSource()

# available entities
data.trackers
data.companies
data.sites

A whitepaper for whotracks.me is available at https://arxiv.org/abs/1804.08959, and here's a BibTeX entry that you can use to cite it in a publication:

@misc{whotracksme,
    title={WhoTracks.Me: Shedding light on the opaque world of online tracking},
    author={Arjaldo Karaj and Sam Macbeth and Rémi Berson and Josep M. Pujol},
    year={2018},
    eprint={1804.08959},
    archivePrefix={arXiv},
    primaryClass={cs.CY}
}

Building the site

Building the site requires a few extra dependencies, not installed by default to not make the installation heavier than it needs to be. You will need to install whotracksme from the repository, because not all assets are packaged with whotracksme released on pypi:

$ pip install -r requirements-dev.txt
$ pip install -e '.[dev]'

Once this is done, you will have access to a whotracksme entry point that can be used this way:

$ whotracksme website [serve]

The serve part is optional and can be used while making changes on the website.

All generated artifacts can be found in the _site/ folder.

Tests

To run tests, you will need pytest, or simply install whotacksme with the dev extra:

$ pip install -e '.[dev]'
$ pytest

Contributing

We are happy to take contributions on:

  • Guest articles for our blog in the topics of tracking, privacy and security. Feel free to use the data in this repository if you need inspiration.
  • Feature requests that are doable using the WTM database.
  • Curating our database of tracker profiles. Open an issue if you spot anything odd.

Right to Amend

Please read our Guideline for 3rd parties wanting to suggest corrections to their data.

License

The content of this project itself is licensed under the Creative Commons Attribution 4.0 license, and the underlying source code used to generate and display that content is licensed under the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].