Skip to content

Instantly share code, notes, and snippets.

@bugproof
bugproof / Program.cs
Last active February 6, 2023 00:52
Reverse engineered spotify realtime player notifications https://user-images.githubusercontent.com/3116731/60773452-3ace8700-a106-11e9-9092-782aab26626a.png Works only with discord and official spotify access token (capture with chrome or firefox DevTools)
using System;
using System.Threading;
using System.Threading.Tasks;
using System.Net.WebSockets;
using Websocket.Client;
using Newtonsoft.Json;
using System.Net.Http;
using System.Net.Http.Headers;
namespace SpotifyPlayerState