1

How would I go about sending a file over Skype with Skype4Py? I looked through the docs but couldn't find out how to do it.

Nathan
  • 4,009
  • 2
  • 20
  • 21
Kaonashi
  • 99
  • 1
  • 6
  • Huh, http://skype4py.sourceforge.net/ redirects to https://developer.skype.com/wiki/Skype4Py, which 404s. – Nathan Dec 03 '12 at 01:53
  • yes.. i know i have searched around everywhere without finding an answer :/ – Kaonashi Dec 03 '12 at 02:24
  • Today there has been a new release: https://github.com/awahlig/skype4py/ I suggest you take a look on unittest for examples. If the necessary API commands are not implemented patches are welcome :) – Mikko Ohtamaa Jan 30 '13 at 16:07

1 Answers1

0

I would recommend taking a look at the http://skype4py.sourceforge.net/doc/html/Skype4Py.filetransfer-module.html module, as well as http://skype4py.sourceforge.net/doc/html/Skype4Py.client.Client-class.html#OpenFileTransferDialog

Note: I'm having timeout issues trying to use the client class that Skype4Py uses, so if you're able to use that class let me know how you accessed it please.

ljlozano
  • 181
  • 10