Change twitch stream title, status and tags custom command

Asked Jul 1, 2020·2 replies·Last activity 6 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.

2 replies

Hey @Hearty Snake!

Not sure which data you plan to fetch from Steam to update your title and tags, but if you simply wish to update these without checking Steam there's a simpler way: !title, !game, and !tags are all default commands.

If you really need to fetch Steam data, simply edit the command you found:

!addcom !g_steam -ul=mod -a=!game $(steam YOURSTEAMID "{{gameName}}")
!addcom !t_steam -ul=mod -a=!title $(steam YOURSTEAMID "SOMETHING_I_GUESS")
!addcom !tags_steam -ul=mod -a=!tags $(steam YOURSTEAMID "SOMETHING_I_GUESS")

You can't update your stream status as it's whether you're live or not.
If you want to update your Steam status this isn't possible from Nightbot as it can only fetch data from Steam.

The Steam portion is only to update the stream category with my current steam game.