little imessage data vis for stanford's educ 261e
- to get your messaging data, run the following (note, you might have to enable full disk access for your terminal in your system preferences):
npm install
node index.js
this will output to an out.csv
.
- (requires
pipenv
) install python packages:pipenv shell
andpip install
- open up the notebook (
jupyter notebook
) and run each block consecutively. you should end up with a visualization of your messages! accuracies/usefulness not guaranteed 😅.