I'm trying to write a Python script that does something with the inputs from the IRC chat that is connected to twitch.
However, when I do import hexchat, python keeps telling me there is no module named hexchat. I'm using Pycharm btw. I just want to be able to use the functionality in the hexchat module. Any help would be appreciated!
You need to first download and install
Hex Chatmodule from here Downloads and then do theimport hexchat.For Linux -
sudo apt-get install hexchatDocumentation for Python API is here Documentation