Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/noqcks/im_exporter
- Owner: noqcks
- License: mit
- Created: 2015-05-01T14:46:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-13T17:19:45.000Z (over 9 years ago)
- Last Synced: 2024-10-11T16:06:07.561Z (3 months ago)
- Language: Ruby
- Homepage:
- Size: 261 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.