[SOLVED] [Twitch chat bot] Show a notification when a new user follows the channel

As the title suggests, am I supposed to get a follower list everytime I start my bot and then check sometimes if there are new ones from viewer’s list?

Right now you’ll need to poll the follower list endpoint to check for new ones. You don’t need to request the whole list every time, just one request sorted by recent follows first (default sorting).

The new API to be released soon will support webhooks to listen to new followers instantly as they happen.

1 Like

Very nice. Thanks a lot!

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