I made a custom HTTP server that serves profile information straight from WLM. Thanks to Gabi (@gabipanda) for the idea.
The server generates the images dynamically, so if I would change status, it would change on web as well.
I personally can’t see them with my own public IP but I hope you can.
As a note, it can only show information from contacts that I have added otherwise it will return a 404.
Flowchart/How it works: My Escargot API HTTP server - #24 by Craftplacer
Some server changes: My Escargot API HTTP server - #4 by Craftplacer
7 Likes
Thank you Kanye, very cool!
would you open source that or tell how did you get profile info from WLM (what library did you use?)
MessengerDotNet (My .NET wrapper for the MessengerAPI)
C#
MessengerPlus (for fetching the profile pictures and PSMs)
trixie
7
previously i was able to see images, now i cant’ lol
I had my pc turned off I don’t have a dedi server running for that.
I’m getting really interesting requests right now. Thanks for calling me bitch, Mr. [Censored IP].
Awesome, it is looking amazing.
Nicely done!
PPCB
13
of course , some idiot will start doing BS
My server logs the IP address and the path requested from every client.
trixie
15
is it in python? (i mean it is in typical python file or any other that my webserver supports) if yes, then i can run it lol
C#, HttpListener.
You’d require the .NET Framework
If you’re running windows it wouldn’t be a problem.
trixie
19
well i have an windows laptop but i think i need to port-forward it, which is next to impossible
I could try to make it .NET Core but that would still require a Messenger instance and I don’t know if COM libraries are supported on .NET Core.