Skip to content

This project aims to help people better analyze thier messaging application and is a continuation of work done for this article: https://towardsdatascience.com/what-your-imessage-data-says-about-you-daa186db16d

Notifications You must be signed in to change notification settings

drbh/imessage-exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to iMessage Exporter

Join the chat at https://gitter.im/imessage-exporter/community

Esstentailly this project takes a MacBook iMessage sqlite db, pulls all of your converstations, and pushes it to a JSON file into a secure S3 bucket.

This way a user can access a snapshot of thier chat data from a cloud location they control.

The next script pulls this data (not from the cloud but a local copy) and makes a frequency table of the emojies in the convo from a specified point in time.

You need to set AWS creds in as env vars with permissions to create a new bucket and write to S3

export AWS_ACCESS_KEY_ID=- - - YOUR KEY HERE - - -
export AWS_SECRET_ACCESS_KEY=- - - YOUR KEY HERE - - -  

clone the repo and navigate to the folder

python run.py. 

About

This project aims to help people better analyze thier messaging application and is a continuation of work done for this article: https://towardsdatascience.com/what-your-imessage-data-says-about-you-daa186db16d

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages