What account should own a Client Id for a bot?

I have my own regular twitch account and I want to create a chat bot. A already have a second account but now I need to create an App in the dev console and I’m wondering what account should I use for this. Is it ok to register a new app on my own acc and delegate Client-ID to the second one? If both ways are possible which one is prefered?

It’s irrelevant who owns the ClientID.

Personally all my bot acounts will auth to one of my ClientID’s.

Theres no reason to run a second clientID or a clientID per bot.

As a user/bot will oAuth to the ClientID to then login to chat.
So just run one ClientID, saves juggiling multiple ClientID’s and secrets.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.