Multiple shoutouts with eval

Asked Mar 31, 2021·2 replies·Last activity 5 years ago·Open in Discord ↗
Archived from the original community forum
Things may have changed since it was written. Still stuck? Ask the community on Discord.

Is there a way to:

  • create an eval that has an array of users within it
  • take that array and loop across their status on twitch (live, offline, etc.)
  • take that status and if they're live, plug their channel via a $(touser) or $(twitch displayname) or something to that effect for each user

Thanks!

2 replies

Sadly this is far outside the scope of what the eval variable can do alone. You'll likely need a custom api in order to fetch all the initial information.

Thanks for the info. Wasn't sure if it was too far outside the scope or if it was doable with the eval command. Thanks for clarifying!