feifanzhou / messages-browser

A Crystal app to view all iMessages history on a computer

Home Page:https://feifan.blog/2018/02/19/viewing-imessage-history-on-a-computer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tested with Crystal 1.5.0 on macOS 12.4

Running this project

  1. Ensure your Terminal has Full Disk Access, since this app will try to open system files.
  2. Run crystal run src/app.cr.

If you run into a ld: library not found for -lssl error while compiling, try this

Contributing

  1. Fork it ( https://github.com/feifanzhou/messages_browser/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

About

A Crystal app to view all iMessages history on a computer

https://feifan.blog/2018/02/19/viewing-imessage-history-on-a-computer/

License:MIT License


Languages

Language:Crystal 75.8%Language:CSS 13.7%Language:HTML 10.5%