Skip to content

telnet23/imessage2csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

imessage2csv

Export contacts and chat messages from iOS or macOS for easy viewing and searching

Command-Line Interface

python -m imessage2csv > messages.csv

Python Module

from imessage2csv import Reader

reader = Reader()

reader.add(...)
reader.add(...)
reader.add(...)
...

messages = reader.read()

About

Export contacts and chat messages from iOS or macOS for easy viewing and searching

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages