witnessmenow / arduino_twitch_api

A wrapper for the Twitch API for Arduino

Repository from Github https://github.comwitnessmenow/arduino_twitch_apiRepository from Github https://github.comwitnessmenow/arduino_twitch_api

arduino_twitch_api

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.

Example

If you are new the ESP8266, check out this video

Implemented Endpoints

  • users (See userAndFollowerData example)
  • follower (For getting follower count)
  • stream (For getting live viewer count - See getStreamInfo)

About

A wrapper for the Twitch API for Arduino


Languages

Language:C++ 100.0%