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
import xchat | |
import win32gui | |
__module_name__ = "Spotify" | |
__module_version__ = "1.0" | |
__module_description__ = "Spotify now playing" | |
xchat.prnt("Loaded %s version %s" % (__module_name__, __module_version__)) | |
def spotify(word, wordeol, userdata): | |
hwnd = win32gui.FindWindow("SpotifyMainWindow", None) |