Skip to content
This repository has been archived by the owner on Jun 16, 2020. It is now read-only.
/ mymessage Public archive

Python Package for analyzing iMessage conversations stored on OSX

License

Notifications You must be signed in to change notification settings

noahshpak/mymessage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mymessage

Python Package for analyzing iMessage conversations stored on OSX

Using sqlite to query and organize chat transcripts stored in ~/Library/Messages/

Installation

pip install git+git://github.com/noahshpak/mymessage 

Usage

from mymessage import messages

Get Conversations

convos = messages.get_convos()

Looking at Vocabulary

send_vocab = convos.sent_vocabulary()

Some code borrowed from https://github.com/mattrajca/pymessage-lite

About

Python Package for analyzing iMessage conversations stored on OSX

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages