ooni-probe-cli/scripts
Arturo Filastò a9392f024a Add example launchd service for running OONI Probe automatically every hour
You should place the file inside of: `$HOME/Library/LaunchAgents` and then enable by running `launchctl load org.ooni.probe.cli.plist`

It assumes you have a `ooniprobe` binary in `~/.ooniprobe/ooniprobe` and a special config file named `/Users/USERNAME/.ooniprobe/config-100sites.json` with a URL limit of 100 sites per run:
```
  "nettests": {
    "websites_url_limit": 100
  },
```
2020-01-28 14:33:38 +01:00
..
org.ooni.probe.cli.plist Add example launchd service for running OONI Probe automatically every hour 2020-01-28 14:33:38 +01:00
travis_test.sh travis: run goveralls inside the docker container 2019-12-26 19:13:25 +00:00