I want to read the messages (chat) on a live stream. I could make it work with PHP and IRC. I’m trying to find another way, like an API, is there something available right now? ChatGPT offers some endpoints like:
I will take a look at the documentation but seems that the IRC integration already have is one of the suggested solutions.
May I ask, if you have something to share, right now I ave a PHP file with a “while” loop listening to the messages. I run fo testing in the command line and I get the messages on the console.
Is there any “architecture” or “solution” to handle this kind of process that needs to be running all the time in the background? Because I probably need to listen to different channels at the same time.