A way to see recent followers, subscribers etc?

Hello everyone,

I just started out on twitch and i’m wondering if there is a way to see a list of people that
follow, subscribe on twitch stream in a list or something.
I like to welcome people personally but when i’m in a fight in game or something,
i might miss that pop up alert. So i’m wondering if nightbot has that option.
I don’t see it at logs. Logs only has the chat.
If not, will there be something like that in the future?

1 Like

@qyndra

Most recent followers:

!addcom -cd=5 !recentfollowers $(channel)'s $(eval a=parseInt(decodeURIComponent(`$(querystring)`));Number.isInteger(a)?a:5) most recent followers: $(urlfetch https://decapi.me/twitch/followers?channel=$(channel)&count=$(eval a=parseInt(decodeURIComponent(`$(querystring)`));Number.isInteger(a)?a:5))

Usage: !recentfollowers [number of usernames you wish to see, leaving this blank will default to 5]

Most recent subscriber:
First authenticate your Twitch account with DecAPI at https://decapi.me/twitch/latest_sub then

!addcom -cd=5 !recentsubscriber $(channel)'s most recent subscriber: $(urlfetch https://decapi.me/twitch/latest_sub)
1 Like

I used it and it works. Thank you so much! Would be nice if they would integrate it into the dashboard nightbot. Maybe it is the ‘‘recent events’’ thing that is coming soon? That would be nice.

1 Like

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