A collection of utilities for working with OpenWPM crawl data
Перейти к файлу
Stefan Zabka 3dadb314f5
Update option dict (#25)
* updated get_option_dict

* Verified mapping

* Getting blockers to work without files

* Wrapped get_matching rules to bind blockers in scope

* Returning None if something goes wrong during get_matching_rules
2021-03-19 15:48:26 +01:00
openwpm_utils Update option dict (#25) 2021-03-19 15:48:26 +01:00
.gitignore Package up crawl_utils 2018-09-26 00:53:00 -05:00
CODE_OF_CONDUCT.md Add Mozilla Code of Conduct file 2019-03-30 00:00:47 -07:00
LICENSE Package up crawl_utils 2018-09-26 00:53:00 -05:00
README.md Domain utils moved to separate package. 2020-03-25 17:18:01 -05:00
requirements.txt Updated get_option_dict (#22) 2021-03-15 15:35:03 +01:00
setup.cfg Remove flake8 line length exception 2019-02-13 12:20:50 -08:00
setup.py Removing python 2 support (#18) 2020-06-30 16:23:45 -07:00

README.md

openwpm_utils

A collection of utilities for working with OpenWPM datasets

The domain_utils are available as a standalone package domain_utils

Installation

$ pip install openwpm-utils

Or

$ python setup.py install