Grab Spotify data using its API with Python, Flask, and OAuth 2.0
In this article/tutorial, I will explore how to build a simple Python application that uses the Spotify API to track the currently playing playlists on your Spotify account. This project is perfect for junior developers looking to understand how OAuth 2.0 works in real-world applications, as well as how to …