The live version of the Mailtronome app is hosted at http://primeval-shadow-98418.appspot.com.

As detailed in the paper, privacy and security concerns make it impractical to host a version that can be easily customized for multiple users.

However, if you would like to try running the visualization with your own email credentials, try the following steps! (WIP - has not been fully tested)

1. Obtain a set of Gmail API credentials by following instructions here: https://developers.google.com/gmail/api/quickstart/python

2. Open dataprocessing/requestData.py and change the variables in the Config section at the top. Make sure that you have the file with your secret key in it (that you got from the Gmail API)

3. Run python requestData.py from your terminal from the appropriate folder

4. Open dataprocessing/parseData.py and change variables in the Config section at the top. Set INPUT_FILE_FAKENAMES to None.

5. Run python parseData.py from your terminal. It will generate output files of contacts, response times, message sizes that you can use to manually analyze the data.

6. Create a CSV in the format of map_fakenames_2.csv and put it in the appropriate folder. Change the Config variable in parseData.py to point to this file.

7. Run python parseData.py

8. Open app/index.html in browser. Your visualization should appear!