Skip to content

bajoraner/arduino_twitch_api-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

This is a fork from witnessmenow

Implemented Endpoints

  • 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)

About

A wrapper for the Twitch API for Arduino

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 100.0%