git clone https://github.com/dbieber/shh-shell
pip install -r requirements.txt
Install redis: brew install redis
cp settings/secure_settings_template.py settings/secure_settings.py
Then, edit settings/secure_settings.py with your settings.
LOG_DIR: The directory to save keylogs to.
TEXT_DIR: The directory to save text files to.
DEFAULT_EMAIL: The email address to send emails from.
DEFAULT_EMAIL_RECIPIENT: The email address to send emails to.
DEFAULT_SERVICE: The Mac Automator service to use for sending text messages / iMessages.
First, start a redis-server.
redis-server
Then, start shh-shell by running app.py.
python app.py
tl;dr Type in the shh-shell window with your eyes closed and monitor off.
More detailed instructions for using the shh-shell are available at davidbieber.com/projects/shh-shell.