Complete analysis scripts are included below.
**"Quick Start Guide"**
In order to run these scripts you will need:
* All of the required services and Python packages (~30)
* To have activated your virtual environment
* To be running OSX version 10.4 **exactly**
* To have XCode command line tools (xcode-select --install),
* Homebrew package manager (run brew update and brew upgrade --all before install),
* Java (if not installed yet, run brew install Caskroom/cask/java), and
* Python 2.6 installed
You will also need [need](http://lists.apple.com/archives/macnetworkprog/2015/Jun/msg00025.html) to install OpenSSL headers and [set](http://cryptography.readthedocs.org/en/latest/installation/#building-cryptography-on-os-x) some configuration:
```bash
brew install openssl env LDFLAGS="-L$(brew --prefix openssl)/lib" CFLAGS="-I$(brew --prefix openssl)/include" pip install cryptography
```
From here, continue to the "Slow Start" guide.