Python MSN messenger

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
nishil Offline
Member
Posts: 59
Joined: Jan 2005
Reputation: 0
Post: #21
hey,
id be interested in working with you to create this, let me know :thumbsup: i created the stupid videos browser and im currently working on a team xbox reviews script
find quote
OnTheMike Offline
Junior Member
Posts: 5
Joined: Nov 2004
Reputation: 0
Post: #22
i was thinking 'bout creating this interface myself to start learning python (already a professional vb.net developer). so i wanna join this project...
find quote
donno Offline
Team-XBMC Python Developer
Posts: 131
Joined: Jan 2005
Reputation: 0
Location: Australia
Post: #23
okay, so it seems quite a few people are intrestead.

i will try to find a place somewhere were we can organise this.

if you have the knowelgde and time you can start it on your own.

also the links at donno.glwb.info in my other post may not work, others. i think there is a issue with my webspace provider - i think i am experenise down time duriing my night / ur day.
sorry typo error. you could have tried the links in my sig/ .

just finshed getting/ testing the gui out.
just set the buddy list background. so now the script sort of works.

this is mainly for script dev only. - try to optomize it etc.
hope this link works.
http://donno.glwb.info/msnx.rar

also try to keep it working with the emu.
to get it working on the emu change windowdialog to window.
as the emu does upport it yet.

have fun. i don't have enough time to get this really started so here is a pre dev 0.02 release

to see my dev area/directories see
donno.glwb.info/scripts
sorry about the desgin i will change/ imrpove it later

** Team XBMC Tester** XBMC 4 ever

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


[Image: badge.gif]
find quote
solexalex Offline
Skilled Python Coder
Posts: 706
Joined: Jul 2004
Reputation: 6
Post: #24
not workingg...
please post next time when you'll be sure of your links...
find quote
Liquid Offline
Junior Member
Posts: 22
Joined: Dec 2004
Reputation: 0
Post: #25
i have something done for some time now but because of lack of time i stopped the development.
maybe it's time for me to restart it...
find quote
C-Quel Offline
Retired Team-XBMC Member
Posts: 1,378
Joined: Aug 2004
Reputation: 0
Post: #26
attach a link to it so we can see and try to help.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


[Image: badge.gif]

If scraper related please always grab the latest XML relevant to the content you are trying to grab info for from this link https://xbmc.svn.sourceforge.net/svnroot...m/scrapers

System Specs:

A Computer with loads of shiny things that make a noise and bring life to my tv, and xbmc ofc :)

iNerd Store

iNerd Forum
find quote
Liquid Offline
Junior Member
Posts: 22
Joined: Dec 2004
Reputation: 0
Post: #27
let me work on it a little more before i post a version.
find quote
solexalex Offline
Skilled Python Coder
Posts: 706
Joined: Jul 2004
Reputation: 6
Post: #28
liquid, i think i can help you. just tell me if you need my help !
see ya
find quote
donno Offline
Team-XBMC Python Developer
Posts: 131
Joined: Jan 2005
Reputation: 0
Location: Australia
Post: #29
i had the same problem as liquid.
i have not had time lately. soon as i do i will try helping.
my computer has been down and i have resume school. until i get settled in i can't really help.

first
does xbmc have ssl. (because while i tested the msnp libary on my computer it failed to find ssl) test on the xbox did not seem to work either but i think that could have been to failing to do the msnprocess command or something.

i had a few ideas, the only problem is time and resources for me.

i hope this link works
http://www.angelfire.com/darkside/donno/msnx.zip

this is my progress on my msn client. it's far from completed. it should display. be sure to read the source. (it uses windowdialog so when computer emu change it to window)

hope all goes well.

in advance i apologize for the large amouts of comments in my msn script.

if u really want my script and the links don't work try emailing me at "donno45989@yahoo.com.au"

** Team XBMC Tester** XBMC 4 ever

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


[Image: badge.gif]
find quote
Liquid Offline
Junior Member
Posts: 22
Joined: Dec 2004
Reputation: 0
Post: #30
the problem isn't ssl. the real problem is that msnp is a easier lib to use but also isn't being developed anymore, and since the last version, the msn protocol has changed. for logging successfully into the msn servers, code has to be changed in the lib.

yesterday i was making some new tests/development and realize that the lib has many functions that don't work anymore...

unfortunately i think that i have to use msnlib which seems a pain in the ass.

at this moment the code i've done logs the user to the server, shows all user contacts (not only the online) and receives/sends messages to a buddy.

at this point is a "almost done" client... the problem is the outdated lib.

i think i'll do a wrapper to msnlib... i'll keep you all posted.


liquid
find quote
Post Reply