MarkerThing (by Ping)
tl;dr - grab csv files from your Twitch Stream Markers to use with LosslessCut
- Fork & clone repo
pnpm install
- Set up Twitch OAuth app and Clerk auth
- You need to use the custom twitch oauth credentials in clerk
- You also need to add the
user:read:broadcast
andopenid
scopes
- Add the environment variables to a new
.env.local
file (see .env.example) pnpm dev