adium2gmail

Converts Adium chatlogs to gmail style emails.

Installation

Run:

$ gem install adium2gmail

Usage

Run:

$ adium2gmail -i --input <path> -o --output <path>

Open the file in Thunderbird to view all the chatlogs

Copy it into your gmail

Feature Diagram

TODO

  1. Multiprocessing of chatlogs to improve performance
  2. Handle group chats

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request