What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » [RELEASED] MEWS: Messenger Web Services plugin

Pages: (2): « First [ 1 ] 2 » Last »
[RELEASED] MEWS: Messenger Web Services plugin
Author: Message:
Yousef
Full Member
***

Avatar
(previously known as Juzzi)

Posts: 487
Reputation: 19
35 / Male / Flag
Joined: Jul 2004
O.P. [RELEASED] MEWS: Messenger Web Services plugin
Finally, I'm releasing the first official version of Messenger Web Services, also known as MEWS. You might have already seen the official MEWS page at Msgweb.nl, or at this thread. Everything is explained very well at the official page, but I'll tell you what it's all about here shortly:

MEWS allows you to easily share information from the internet with your contacts. It uses little scripts, called 'parsers', to filter the information. There are various parsers to process different websites. For example, if you want to explain your friend the meaning of a word, there's a parser called 'dictionary'. This parser gets its information from dictionary.com. There are also parsers to for famous quotations, the latest news on cnn/neowin/mess, and even a parser to obtain songlyrics.

Here are two examples:

The 'dictionary' parser:
[Image: dictionary.gif]

The 'quote' parser:
[Image: quote.gif]

The amazing thing is everyone who knows how to script can make their own parsers! They're just vbscript/javascript files which can be only a few lines of code, due to the MEWS API! So if you're a scripter, check out the API Tutorial

Next to that, MEWS is multi-lingual. It currently has a English, Dutch, and French (thanks to 'Concord Dawn') language file included.

Btw, this is what the config screen looks like:
[Image: config.gif]
That's it for now! I hope you guys like this plugin, and will make your own parsers!

Download link, parser database, and the API Tutorial can be found at the official MEWS homepage.

Let me know whether everything works!

This post was edited on 10-04-2005 at 04:09 PM by Yousef.
Developer of BuddyFuse: Google Talk, Twitter and Hyves in Windows Live Messenger
Ex-Microsoft intern and Windows Live Developer MVP in 2007 & 2008
09-27-2005 06:05 PM
Profile E-Mail PM Web Find Quote Report
hmaster
Senior Member
****

Avatar

Posts: 716
Reputation: 24
33 / Male / Flag
Joined: Nov 2004
RE: MEWS: Messenger Web Services
Very nice work (Y) !
[Image: sig.png]
09-27-2005 06:07 PM
Profile PM Web Find Quote Report
Stigmata
Veteran Member
*****



Posts: 3520
Reputation: 45
20 / Other / Flag
Joined: Jul 2003
RE: MEWS: Messenger Web Services
your a genious juzzi :D
09-27-2005 06:35 PM
Profile PM Web Find Quote Report
absorbation
Elite Member
*****

Avatar

Posts: 3636
Reputation: 81
– / Male / Flag
Joined: Feb 2005
RE: MEWS: Messenger Web Services
I enjoyed testing for like the 30 seconds :P
09-27-2005 06:51 PM
Profile PM Find Quote Report
Yousef
Full Member
***

Avatar
(previously known as Juzzi)

Posts: 487
Reputation: 19
35 / Male / Flag
Joined: Jul 2004
O.P. RE: MEWS: Messenger Web Services
Nice to see it's working for you guys! Any others?
Developer of BuddyFuse: Google Talk, Twitter and Hyves in Windows Live Messenger
Ex-Microsoft intern and Windows Live Developer MVP in 2007 & 2008
09-28-2005 04:34 AM
Profile E-Mail PM Web Find Quote Report
J-Thread
Full Member
***

Avatar

Posts: 467
Reputation: 8
– / Male / –
Joined: Jul 2004
RE: MEWS: Messenger Web Services plugin
Looks cool to me(Y). I'll try it this afternoon... But i also have my own plugin to test;)
09-28-2005 06:07 AM
Profile E-Mail PM Find Quote Report
J-Thread
Full Member
***

Avatar

Posts: 467
Reputation: 8
– / Male / –
Joined: Jul 2004
RE: MEWS: Messenger Web Services plugin
I does work, but there are some things that can be better.

The installer says: Make sure you close messenger, but it would be better if the setup just closes messenger. It's easy to do:

First find al contact windows with the class name "imwindowclass". Close them by sending the WM_CLOSE command.

Then, find the window named "MSNHiddenWindowClass", register a message named "TryMsnMsgrShutdown", and send it to the window. Messenger is now fully closed :-).

Also, the plugin list says Messenger web services, it's better to make it Messenger Web Services (capitalize).

I will now try to make a new parser, got a really nice one in mind ;-).

Edit:
Found a spelling mistake in the dutch language file:
code:
    <msgSureDelete>Weet je zeler dat je %parser% wilt verwijderen?</msgSureDelete>
Should be:
code:
    <msgSureDelete>Weet je zeker dat je %parser% wilt verwijderen?</msgSureDelete>

This post was edited on 09-28-2005 at 02:34 PM by J-Thread.
09-28-2005 02:30 PM
Profile E-Mail PM Find Quote Report
Eljay
Elite Member
*****

Avatar
:O

Posts: 2949
Reputation: 77
– / Male / –
Joined: May 2004
RE: MEWS: Messenger Web Services plugin
made a little msgplus rss parser in case anybody wants one

extract to <msgplus dir>\Plugins\MEWS\Parsers

.zip File Attachment: msgplus.zip (415 bytes)
This file has been downloaded 359 time(s).
09-28-2005 02:44 PM
Profile PM Find Quote Report
Yousef
Full Member
***

Avatar
(previously known as Juzzi)

Posts: 487
Reputation: 19
35 / Male / Flag
Joined: Jul 2004
O.P. RE: MEWS: Messenger Web Services plugin
Hey JT, thanks for testing it so well!
I think it's fine to let the user close MSN, this way he can end all conversations, et cetera. I know how to close the windows btw, but still thanks for the explanation ;)

I'll fix the other stuff! And I'm very curious to your parser, I'm sure you will succeed.

Cool LJ, how could I forget a msgplus parser! It works fine, I'll add it to the parser database.

This post was edited on 09-28-2005 at 02:50 PM by Yousef.
Developer of BuddyFuse: Google Talk, Twitter and Hyves in Windows Live Messenger
Ex-Microsoft intern and Windows Live Developer MVP in 2007 & 2008
09-28-2005 02:44 PM
Profile E-Mail PM Web Find Quote Report
J-Thread
Full Member
***

Avatar

Posts: 467
Reputation: 8
– / Male / –
Joined: Jul 2004
RE: MEWS: Messenger Web Services plugin
The way I normally make a setup is: Tell the user msn will be closed with a messagebox. He can now end all his conversations. When he clicks Ok msn will close.

Btw, i've never done visual basic scripting so i just have to get to know the syntax a little bit
09-28-2005 03:06 PM
Profile E-Mail PM Find Quote Report
Pages: (2): « First [ 1 ] 2 » Last »
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On