Created
December 17, 2013 07:12
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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