Phantom139 / PhantomBot

A simple cross-platform C++ Twitch Bot with easy to adapt functioning. (Works on Win10 and Linux)
25 stars 9 forks source link

Follower Tracking #4

Open Phantom139 opened 7 years ago

Phantom139 commented 7 years ago

A good number of twitch bots out there track users that follow the channel and usually respond when a new follower joins the channel. The Twitch API documents how to easily obtain this information from the server.

Adding a simple thread which runs every 10 - 30 seconds to request this information from the server should be sufficient to install this capability.

Phantom139 commented 4 years ago

The first bit of this is being incorporated now, see 37e2840 for header change notes.