A wrapper for the Twitch API for Arduino
Interact with the Twitch API directly on your Arduino Device. Works on ESP8266 (tested), ESP32(not tested, but should) and probably anything else that supports HTTPS clients.
This is a fork from witnessmenow
- users (See userAndFollowerData example)
- follower (For getting follower count)
- stream (For getting live viewer count - See getStreamInfo)
2020-06-06 by bajoraner:
- implementating Twitch AccessToken
- updating to JSON Lib v6
- add Sample subscriptions (For get last subscriber)