* Added the functionality to send messages via Slack and Email
* Added some config variables which enable a "Scratchspace". When `scratchspace_dir` is set to `~/Scratchspace` and `use_scratchspace` is `True`, running commands like `targets.get_scope(codename='BODACIOUSBABOON')` will create files like `~/Scratchspace/BODACIOUSBABOON/{host,burp}.txt` depending on the type of target it is.
* Added helper functions to support the above functionality or to be called independently.