import React from 'react'; import logo from './../../logo.svg'; import './App.css'; import Container from '@material-ui/core/Container'; import Typography from '@material-ui/core/Typography'; import { Button, Paper } from '@material-ui/core'; function App() { const client_id = "sau3e70wvs369jw1u25ex8g3cve599" const redirect_uri = "https://" + encodeURI(window.location.href.split("/")[2]) + "/twitchadmin" const twitchURL = "https://id.twitch.tv/oauth2/authorize?client_id="+ client_id +"&redirect_uri="+ redirect_uri +"&response_type=code&scope=user:read:broadcast" return ( logo Twitch Sings Tools Data about Twitch Sings published performances This set of tools uses the standard twitch APIs to create a list of songs you have sung and singers you have sung with. Note: If twitch sings ever changes how they name published performances, this may get harder to do. Some insights There's a "top 10 people you sing with" and a "top 10 songs you sing". There's actually not that much insight that can be drawn other than those without getting people involved :-) CSV Export! You can bring the data into Excel, Google Sheets, Libre/OpenOffice, Lotus 1-2-3 or whatever, and analyse/graph to your hearts content! Chatbot ...Coming "Soon"(tm) ); } export default App;