Skip to content

Instantly share code, notes, and snippets.

@ivan1911
Created December 17, 2013 07:12
Show Gist options
  • Save ivan1911/8001210 to your computer and use it in GitHub Desktop.
Save ivan1911/8001210 to your computer and use it in GitHub Desktop.
Get chat name using blob. U can get blob using /get uri in skype client
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import Skype4Py
# Create an instance of the Skype class.
skype = Skype4Py.Skype()
# Connect the Skype object to the Skype client.
skype.Attach()
print skype.FindChatUsingBlob('lGzQEDnkBL1K_pzYWAFq6D5YatgT9nXjBh3am7vhyy_4FRe_GdQF9Lql2Gjt0GdiqhRge9fuTYQwaz5ffTn8fqFUBFhT80lEYZXE4HtrOfqKFctEstvVz7mYIJMO7YrsAMwr3O_OQdx8BCv_djjL09oA')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment