Releases: mogery/90spot
Graphical Demo/PoC
Hi! This is a demo/proof-of-concept release of 90spot. The code in its current state is only capable of doing two things:
- Authenticate with Spotify using your login info
- Play Bad Apple!!
At 1.0.0, I would like 90spot to be a Spotify Connect client that you can use to play music. In a future release, I'd like to make a full-fledged Spotify client, capable of searching tracks, viewing playlists, etc. However, this will require reverse engineering undocumented Spotify APIs, so this is a bigger milestone than the relatively simple Spotify Connect client.
I cannot guarantee that I will have enough spare time to reach either of these goals in the near future, so if anyone would like to chip in with some code, it would be much appreciated! If you are interested in collaborating, please contact me on Discord, my username is mogery#3420.
WARNING: If you put in an incorrect e-mail/password, you will get a panic. Oops! :D
Enjoy!
EDIT: Turns out, you can just get Web API tokens through the existing internal API, so no further reverse engineering should be required to implement a full-fledged client. However, it would still be a big effort.