How to add chatroom online amount

Can I add a commands of chatroom online number
(When stream offline)
I want to know how many people in the chatroom that when stream is offline.

You can use this command to get the number of chatters.

$(eval JSON.parse(`$(urlfetch json http://tmi.twitch.tv/group/user/$(channel)/chatters)`).chatter_count)
1 Like

@RokettoJanpu it’s work. Thank you~

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