{ "info": { "author": "Cliqz Gmbh", "author_email": "privacy@cliqz.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: Information Technology", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3.6", "Topic :: Internet", "Topic :: Scientific/Engineering :: Information Analysis" ], "description": "\n\n\n\nBringing Transparency to online tracking - built by Cliqz and Ghostery.\n\n___\n\nThis repository contains:\n\n* data on trackers and websites as shown on [whotracks.me](https://whotracks.me) (`./data`)\n* database mapping tracker domains to companies (`./db`)\n* code to render the [whotracks.me](https://whotracks.me) site\n\n\n# Installation\n\nPython 3.x is needed to build the site. We recommend creating a\n[virtualenv](http://docs.python-guide.org/en/latest/dev/virtualenvs/) (or\n`pipenv`) to install the dependencies.\n\n## From Pypi\n\n```sh\n$ pip install whotracksme\n```\n\n## From source\n\n```sh\n$ pip install -e .\n```\n\nThat's all you need to get started!\n\n# Using the data\n\nTo get started with the data, everything you need can be found in\n`whotracksme.data`:\n\n```python\nfrom whotracksme.data import (\n load_apps,\n load_companies,\n load_overview,\n load_sites,\n load_tracker_db,\n)\n\nprint(load_apps())\n```\n\nFor more examples of scripts, have a look in the [contrib](./contrib) folder!\n\n# Building the site\n\nBuilding the site requires a few extra dependencies, not installed by default to\nnot make the installation heavier than it needs to be. You will need to install\n`whotracksme` this way:\n\n```sh\n$ pip install 'whotracksme[website]'\n```\n\nOr if you do it from source:\n```sh\n$ pip install -e '.[website]'\n```\n\n*Furthermore* you also need to [install sass](http://sass-lang.com/install).\n\n\nOnce this is done, you will have access to a `whotracksme` entry point that can\nbe used this way:\n\n```sh\n$ whotracksme website [serve]\n```\n\nThe `serve` part is optional and can be used while making changes on the\nwebsite.\n\nAll generated artifacts can be found in the `_site/` folder.\n\n## Tests\n\nTo run tests, you will need `pytest`, or simply install `whotacksme` with the\n`test` extra:\n\n```sh\n$ pip install -e '.[test,website]'\n$ pytest\n```\n\n# Contributing\n\nWe are happy to take contributions on:\n* 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.\n* Curating our database of tracker profiles.\n\n\n# License\n\nThe content of this project itself is licensed under the [Creative Commons Attribution 4.0 license](https://creativecommons.org/licenses/by/4.0/), and the underlying\nsource code used to generate and display that content is licensed under the [MIT license](https://github.com/cliqz-oss/whotracks.me/blob/master/LICENSE.md).\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://whotracks.me", "keywords": "tracking whotracksme whotracks.me", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "whotrackme", "package_url": "https://pypi.org/project/whotrackme/", "platform": "", "project_url": "https://pypi.org/project/whotrackme/", "project_urls": { "Homepage": "https://whotracks.me" }, "release_url": "https://pypi.org/project/whotrackme/2017.11/", "requires_dist": null, "requires_python": "", "summary": "Learn about tracking technologies, market structure and data-sharing on the web", "version": "2017.11" }, "last_serial": 3374158, "releases": { "2017.11": [ { "comment_text": "", "digests": { "md5": "c6a6cef347f58928ad5266d80d7434ef", "sha256": "7020112866e5f8cb3ea9212c5404a82ec11a3b7273458ad5f2eb1b78883413b9" }, "downloads": -1, "filename": "whotrackme-2017.11.tar.gz", "has_sig": false, "md5_digest": "c6a6cef347f58928ad5266d80d7434ef", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19600, "upload_time": "2017-11-29T13:27:30", "url": "https://files.pythonhosted.org/packages/dc/ed/60a9ca46c7b5611e2232a3a437587da3262f45b07d6a8cda01a1ff3d6ded/whotrackme-2017.11.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c6a6cef347f58928ad5266d80d7434ef", "sha256": "7020112866e5f8cb3ea9212c5404a82ec11a3b7273458ad5f2eb1b78883413b9" }, "downloads": -1, "filename": "whotrackme-2017.11.tar.gz", "has_sig": false, "md5_digest": "c6a6cef347f58928ad5266d80d7434ef", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19600, "upload_time": "2017-11-29T13:27:30", "url": "https://files.pythonhosted.org/packages/dc/ed/60a9ca46c7b5611e2232a3a437587da3262f45b07d6a8cda01a1ff3d6ded/whotrackme-2017.11.tar.gz" } ] }