design a command that could make some api calls using spotipy package, but my problem is the needed application client id and secret to authorize the calls.
If you were me, would you ask the user to register and application and provide these informations within the command, or register a spotify application that the command could use?
https://github.com/ritiek/spotify-downloader/blob/master/spotdl/spotify_tools.py
Here, ritiek and the other collaborators seem to be using a personalized args list to store the client id and secret, but they do not appear in the const.py file and, when the command is used, I don't have to specify any authentication or authorization data. How does that even work?
I'm back! Any advice? Are there some docs you think I did not read about spotify API?
Besides, I have found the answer to the second part of my message, so never mind, thank you all
Обсуждают сегодня