New Follower Chat Notification

Hi Nightdevs,

I am new to nightbot and I was wondering if I could make a command or timer that would show new followers of my twitch channel when they folllow in the chat?

This could be done with a Custom API that returns a list of Twitch followers. Perhaps one already exists, but I haven’t seen one in a while.

I was looking for a custom api for that but I have only found commands with the old variable, not the fetchurl variable and doesn’t work

There’s a custom api that returns a list of a channel’s recent followers:

https://decapi.me/twitch/followers?channel=$(channel)&count=$(query)

You can set up a command that will greet the latest follower, just copy and paste the following into your chat:

!addcom -cd=5 !newfollow Hey $(urlfetch https://decapi.me/twitch/followers?channel=$(channel)&count=1), thanks for the follow!

Thanks! So will the command go off when there is a new follow or do I have to initiate it with the command?

The command only triggers when you type !newfollow

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