0

using the skype4py wrapper, can I get the phone number from an sms message to my skype number?

user1131308
  • 309
  • 4
  • 12
  • Can you edit your question and show some more of your work? What have you tried? What errors have you seen? Show some code samples. Otherwise this question may be closed because it is low quality. – Gray Apr 04 '12 at 12:51

1 Answers1

0

SMS object API as it is in Skype4Py

https://github.com/stigkj/Skype4Py/blob/master/Skype4Py/sms.py

Looks it has ReplyToNumber.

I suggest you push your luck with it.

Mikko Ohtamaa
  • 82,057
  • 50
  • 264
  • 435