andrewda / frc-score-detection

A program to detect FRC match scores from their livestream.
GNU General Public License v3.0
15 stars 2 forks source link

Read frames from Twitch #4

Closed andrewda closed 7 years ago

snowsignal commented 7 years ago

One problem we might run into (as I discovered while testing) is that we need an API token for Twitch, and it has to be run through a user. If we are making constant requests, it might look suspicious. Also, the API token would have to be different for each installation, or Twitch might deactivate that token/user if it detects a bunch of requests.

andrewda commented 7 years ago

Yea we would need to add an API key parameter.