Hello, I have a project where I want to connect Python to the game to implement a Machine learning on it. Now is there a way I can listen to the messages the game sends to me with Python? I have looked at Common-API and PetraBot and I have seen that it uses json format to serialize and deserialize game data but I don't fully understand  how I can listen to it from a Python file. Thank you for your answer.