Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/noqcks/im_exporter

A Ruby Gem that collects all iMessage conversations stored on your Mac and exports them into PDF or TXT files
https://github.com/noqcks/im_exporter

Last synced: 2 months ago
JSON representation

A Ruby Gem that collects all iMessage conversations stored on your Mac and exports them into PDF or TXT files

Awesome Lists containing this project

README

        

[![Gem Version](https://badge.fury.io/rb/im_exporter.svg)](http://badge.fury.io/rb/im_exporter)
[![Dependency Status](https://gemnasium.com/noqcks/im_exporter.svg)](https://gemnasium.com/noqcks/im_exporter)

# im_exporter CLI

im_porter is an **iM**esasge **exporter** that backs up iMessage conversations to PDF or TXT files for easy reading and searching

## Installation

Install from the command line via

```gem install im_exporter```

## Usage

```im_exporter export --format PDF```

will output iMessage conversations in PDF documents in the pwd

## TODO

1. format PDF messages nicely so they look like a real iMessage conversation
2. refactor code so it doesn't look like complete shit
3. limit export to a specific phone number or contact name

## License

Copyright (C) 2015 Ben Visser

Released under the MIT License.