Ticket based Raffle Systems

I’ve seen quite a few streamers implement a new raffles system into their streams where viewers are awarded X amount of points for viewing for Y amount of hours. I was just wondering how you could keep track of which viewers are viewing for how long and award points like that.

Also, some of these twitch streamers claim you are awarded points for viewing even when the stream is offline. Would a bot just be running 24/7 monitoring the viewer list and awarding points?

There is API calls you can make that tell you who the chatters are and when the stream started. There is also hidden chat messages that bots can intercept through IRC that notifies people coming and going.

further reading:
API Readme
IRC Readme

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