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
TODO
- Multiprocessing of chatlogs to improve performance
- Handle group chats
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request