TooTallNate / node-spotify-web

Node.js implementation of the Spotify Web protocol
MIT License
696 stars 128 forks source link

Tool for automatically pulling in the new Protobuf Schemas #77

Open buschtoens opened 10 years ago

buschtoens commented 10 years ago

So Spotify is now embedding the Protobuf schemas inside their spotify.sdk.js. They can be found in the Spotify.Protobuf.Schemas object (via F12 for example).

We should create a simple tool for scraping those schemas.

TooTallNate commented 9 years ago

+1

LinusU commented 9 years ago

Should be really easy with vm.runInNewContext, I might take a stab at it if I get some time over...