Help with shoutout command?

You’ll need to:

  1. Parse the command and split it at spaces
  2. Check the first argument given for a valid username
  3. Query the Twitch API for the info you want to display
  4. Respond to the command in the format you want

To call the API, you can utilize the same token you generated to connect to chat as you only need public information.

1 Like