Easiest Google sheets integration to OBS w/ FREE API plugin [Tutorial]

Опубликовано: 12 Октябрь 2024
на канале: Roy Shilkrot
5,238
103

Use the URL/API Source to fetch live data from a #googlesheets and display on your #OBS scene, it will update immediately. Use for a scoreboard or other data, you can even use Sheets aggregations!

Sheets API getting started guide: https://developers.google.com/sheets/... (this is for JS but it helps you set up the API and Key)
API Doc: https://developers.google.com/sheets/...
Download URL/API Source: https://github.com/occ-ai/obs-urlsour...
Need help? Live support   / discord  

Make sure General Access is set to "Anyone with the Link" - otherwise it will not work.

Request URL (single cell): h ttps://sheets.googleapis.com/v4/spreadsheets/$SHEET_ID$/values/$CELL_OR_RANGE$?key=$API_KEY$
JSON Parse: $.values.0.0