OpenWPM/README.md

34 строки
2.2 KiB
Markdown
Исходник Обычный вид История

2014-03-04 00:41:59 +04:00
OpenWPM
=======
2014-04-28 09:01:05 +04:00
If youre a researcher interested in measuring some aspect of online privacy -- whether prevalence of cookies, or leakage of PII, or price discrimination based on personal information, or anything in between -- then the OpenWPM platform is for you.
2014-04-28 09:01:05 +04:00
2014-06-02 21:40:41 +04:00
We built OpenWPM because we noticed that there are an incredible number of methodological and engineering pitfalls in automating web privacy measurement: existing automation tools like Selenium are prone to crashes and data corruption; automated browsing units may not behave sufficiently realistically like human users, and hence measure different results; there can be subtle, unforeseen interactions between different measurement units that may invalidate measurements. These are just a few main ones.
2014-04-28 09:01:05 +04:00
OpenWPM handles all these aspects so you dont have to. We built it based on a year of our own our hard-earned experience and mistakes in running web privacy measurement studies, our detailed survey of 32 such prior papers, and numerous discussions with researchers in this area. Our crawling infrastructure abstracts away the underlying tools and allows you to specify high-level commands with a minimal amount of code, recovers from all browser crashes, and lets you run reproducible studies.
2014-04-28 10:10:06 +04:00
2014-06-10 21:41:03 +04:00
See the [wiki](https://github.com/citp/OpenWPM/wiki) for a more in-depth tutorial.
2015-03-20 18:50:07 +03:00
2015-04-02 04:58:42 +03:00
Development
-----------
Note OpenWPM is under active development. The repository may contain experimental features that aren't fully tested. We recommend using a [tagged release](https://github.com/citp/OpenWPM/releases).
2015-06-10 02:21:24 +03:00
Citation
--------
If you use OpenWPM in your research, please cite our current [Technical Report](http://www.cs.princeton.edu/~ste/papers/openwpm_03-2015.pdf) on the infrastructure. You can use the following BibTeX.
@unpublished{englehardt2015openwpm,
author = "Steven Englehardt and Christian Eubank and Peter Zimmerman and Dillon Reisman and Arvind Narayanan",
title = "{OpenWPM: An Automated Platform for Web Privacy Measurement}",
month = "mar",
year = "2015",
note = "Manuscript"
}
2015-03-20 18:50:07 +03:00
License
-------
OpenWPM and included code from [FourthParty](https://github.com/fourthparty/fourthparty) are both licenced under GNU GPLv3.