Skip to content

ooni/datk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OONI DATK

The OONI Data Analysis ToolKit is a set of python tools that will make your life easier when analyzing OONI data.

WARNING This is still under heavy development and the API may (and WILL) change unexpectedly without any prior notice.

Do not depend on this in your own software, just yet!

If you do have feedback, even about the API, do not hesitate to open an issue!

pip install oonidatk

Downloading Data

dc = DataCache()
msmt_ids = download_measurements(dc,
  query={
    'test_name': 'web_connectivity',
    'probe_cc': 'ZW',
    'since': '2019-01-20'
  }
)

About

OONI Data Analysis ToolKit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages