All Projects → whotracksme → whotracks.me

whotracksme / whotracks.me

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

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language
SCSS
7915 projects
HTML
75241 projects
Less
1899 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to whotracks.me

alternative-frontends
🔐🌐 Privacy-respecting web frontends for popular services
Stars: ✭ 821 (+185.07%)
Mutual labels:  tracking, privacy-tools
unbound-dns-firewall
DNS-Firewall Python script for UNBOUND
Stars: ✭ 23 (-92.01%)
Mutual labels:  tracking, trackers
Whotracks.me
Data from the largest and longest measurement of online tracking.
Stars: ✭ 189 (-34.37%)
Mutual labels:  tracking, transparency
opencv TLD
TLD:tracking-learning-detection 跟踪算法
Stars: ✭ 41 (-85.76%)
Mutual labels:  tracking
top-view-multi-person-tracking
This repo contains links to multi-person re-identification and tracking dataset in top view multi-camera environment.
Stars: ✭ 59 (-79.51%)
Mutual labels:  tracking
Awesome-Vision-Transformer-Collection
Variants of Vision Transformer and its downstream tasks
Stars: ✭ 124 (-56.94%)
Mutual labels:  tracking
ARFaceFilter
Javascript/WebGL lightweight face tracking library designed for augmented reality webcam filters. Features : multiple faces detection, rotation, mouth opening. Various integration examples are provided (Three.js, Babylon.js, FaceSwap, Canvas2D, CSS3D...).
Stars: ✭ 72 (-75%)
Mutual labels:  tracking
FMF Server
FindMyFriends API intended to be used for server side applications written using requests and iCloud.com
Stars: ✭ 22 (-92.36%)
Mutual labels:  tracking
sdks
Polyaxon Clients & Langange SDKS
Stars: ✭ 12 (-95.83%)
Mutual labels:  tracking
FMFNet
Official Pytorch implementation for the paper: "FMFNet: Improve the 3D Object Detection and Tracking via Feature Map Flow" [Accepted in IJCNN-2022]
Stars: ✭ 23 (-92.01%)
Mutual labels:  tracking
TobiiGlassesPyController
Tobii Pro Glasses 2 Python controller
Stars: ✭ 42 (-85.42%)
Mutual labels:  tracking
BOVText-Benchmark
BOVText: A Large-Scale, Multidimensional Multilingual Dataset for Video Text Spotting
Stars: ✭ 44 (-84.72%)
Mutual labels:  tracking
trackanimation
Track Animation is a Python 2 and 3 library that provides an easy and user-adjustable way of creating visualizations from GPS data.
Stars: ✭ 74 (-74.31%)
Mutual labels:  tracking
pyMHT
Track oriented, multi target, multi hypothesis tracker
Stars: ✭ 66 (-77.08%)
Mutual labels:  tracking
matrix
mirror of https://mypdns.org/my-privacy-dns/matrix as it is obviously no longer safe to do Girhub nor have we no longer any trust in them. See https://mypdns.org/my-privacy-dns/porn-records/-/issues/1347
Stars: ✭ 32 (-88.89%)
Mutual labels:  privacy-tools
brfv4 android examples
Android Studio project (Java)
Stars: ✭ 43 (-85.07%)
Mutual labels:  tracking
Face-Detection-and-Tracking
Face Detection and tracking using CamShift, Kalman Filter, Optical Flow
Stars: ✭ 30 (-89.58%)
Mutual labels:  tracking
WindowsXI
A Simple Theme Based On The New Windows 11! With Rounded Edges To Every Element Matching In Colour With Dark/Light Mode Variations & Border Radius' To Go Along With The Overall Theme, Enjoy! :)
Stars: ✭ 23 (-92.01%)
Mutual labels:  transparency
untrace
🐳 Minimal event tracking on the client in 300 bytes.
Stars: ✭ 26 (-90.97%)
Mutual labels:  tracking
protect-your-privacy
Privacy resources for the layperson. Highlights resources, tools, VPNs, search engines, articles, books, and dark patterns.
Stars: ✭ 33 (-88.54%)
Mutual labels:  privacy-tools

 

WhoTracks.Me

Bringing Transparency to Online Tracking

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

powered by Ghostery 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.7 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/ghostery/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 whotracksme 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].