Last thing you'll ever read…again
Posts tagged mpl
[Script] Chatlog to Email Converter Plus! RC
Jun 27th
Today I will be releasing the Release Candidate of my Chatlog to Email Converter Plus!
I added “Plus!” as it is designed for Messenger Plus! chatlogs.
It now supports every form of Messenger chatlogs text or html and also has emoticon support.
Requirements:
- Python 2.6 (preferable, 2.5 should also work but untested)
- Beautiful Soup
- Mozilla Thunderbird
Wishlist:
- Remove Thunderbird requirement and support direct upload to specified imap server
Download:
I’ve setup a google code project for my script. Yes it’s open source!!!
Instructions for use:
- Place all your chatlogs inside one folder
- Place my script within the same folder (make sure the folder does not contain any files apart from chatlogs or images)
- Open up a command window inside that folder
- Type “python chatlog2email.py -p -t” to convert all plain text and html chatlogs to mime format (type python chatlog2email.py –help for advanced usage)
- Once it’s done you shold see a file called “Chatlogs” move that file to <Path to thunderbird preferences>\Profiles\xxxxxxxx.default\Mail\Local Folders
- Open up Thunderbird and drag drop the chatlogs to an email account that supports imap
Easy!
If you have any problems either post here or file a bug report on google code.
If you found this useful, drop a comment or send me an email. It makes me happy
My First Messenger Plus! Live Script – Gravatar Sync
Jun 20th
I wrote my first MP!L script last night. Took me around 2 hours. Downloaded the documentation, created my first hello world script…again, created a test gui window, played around with toasts and what not. I was testing everything using Francis. Quite hilarious.
Well I finished the script at around 12:30am. It was quite amazing. I didn’t think it would be that easy.
The script basically syncs your display pic with your gravatar account. It does this when you sign into WLM. You can also manually evoke the sync option by typing “/gsync” whilst in a chat.
If you have any problems using it you can either comment here or post a reply here