Notifications using Twitch API and PHP

Currently the API only supports polling like you are doing. However, you should NOT use one second as your delay. That page is cached for five minutes, so there’s no use polling faster than that.