How I can test twitch function if I has no access to them

Hi. I never stream on twitch but I must to develop bot. One of functions that I need is channel points. But I can’t create it because I have no subscriber, viewers and time of stream. There are any things that can help me?

You have a few options available to you,

  1. You can create mock data to test using the API Reference
  2. You can use the Twitch CLI to similar EventSub events
  3. You could work with a channel that is an affiliate/partner so has access to those features that is willing to let you test on their channel
  4. Or you could work towards getting affiliate status on your own account so that you test on your own account
1 Like

Thanks, that helps me a lot))

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