I have a chatbot that I want to make an api call to twitch, but the script is in plain text. Is it safe to leave the client_id for the api call in plaintext in the script file?
Is there a way I can use the chat bot’s id instead so I can share the script.
Sharing your apps client_id is perfectly fine, it’s not secret. A prime example is that every single app that lets users connect to the app through Twitch shows the client_id in the auth URL.
Ok Cool. I wasn’t sure and was trying to think of clever workarounds. Just in case. If you are curious they all failed. Though I thought trying to get the bot’s client id was the closest to working.