I'm currently following this tutorial:
https://youtu.be/3vvvjdmBoyc?si=xOg3ibG434eJdQPQ
It's showing how to create your own recommended playlist track for Spotify using Python and I've followed all the steps but the only problem is at some point the instructor says you need to get an authorization token. The video was made about 4 years ago and shows him going to the console page of Spotify for Developers and requesting two tokens then putting in the information for an Authorization Token and User ID. The only problem is that Spotify has since updated their page so I can't find the console page to do this anymore.
I've been trying to search everywhere for a solution to finding the token without the console page but I have very little experience with Spotify's API to solve this problem. This tutorial was actually my introduction in trying to learn to use the Spotify API which is why I really want to get this project to work.