Last thing you'll ever read…again
Hacks
[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
Chatlog to Email Converter RC
May 3rd
Please see this post for updated version
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Today I’ll be releasing the RC of the Classic Chatlog to Email Converter
For you to use this you must satisfy the following conditions:
- That chatlogs you want converted must pre-date Messenger Plus 3.0 or whatever version that was released prior to June 2006
- You must have python installed (preferably the latest stable 2.x version)
- You must have chardet installed
- You must install Thunderbird
Todo:
- Threading for even faster performance!
Wishlist:
- Automatic uploading to your email account
I actually have a WORKING unicode supported script for HTML chatlogs, however, I’ve yet to get the emoticons/handwriting pics working but you’ll probably see a release some time soon in the future.
Instructions:
- Move all your pre-June 2006 messenger plus chatlogs to a folder
- Place the script inside the folder
- Double click to run the script
- A file called “Chatlog” will be created
- 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
Wam Calculator
Dec 2nd
Since USYD doesn’t broadcast your WAM and the online WAM calculator is really a bitch to use I decided to write my own. 5 minutes work and I have it finished. I also managed to setup an SVN server on my webhost.
This is how it’s calculated according to the faculty of science:
The formula used is: ∑ (Wc x Mc)/ ∑Wc where Wc is the weighted credit point value (ie the product of the credit point value and level of weighting of 2 for 2000-2999 units of study and 3 for 3000-3999 units of study) and Mc is the mark out of 100 for that unit of study.
Instructions are included in the file. Enjoy!