Hello everyone!
I’m currently working on a project which basically is my own dashboard to a degree with the possibility of expansion for others to use. The idea is to be lightweight and not bloat it up with unnessarcy things while streaming.
So I have figured thus far how to call the API’s via PHP using cURL. My question is, is there a way of turning most of the API calls in to vars so that I can basically make life a little easier so I can basically go $api, $streammeta
which basically pulls https://api.twitch.tv/helix/streams/metadata
Also is it entirely possibly to pull a rolling chat log via python to php?