/noauthpy

Spotify anonymous token-getter.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

noauthpy

Spotify anonymous token-getter. Heavily inspired by @kaangiray26/noauth solution. This is essentially a python reimplementation of the same technique, in a slightly different, more functional, way.

Usage

Single file solution -- just import the module. Example provided in __main__.

Dependencies

Python 3.12+

requests>=2.31.0