🎶 PlaylistPasss 🎶 Creator: João Pedro Longo Zucoloto Email: joaozuco@gmail.com LinkedIn This project was developed for "copying" playlists from Spotify to YouTube (for now...) How to Use Spotify Client Setup: Create an app on Spotify for Developers. Copy your client_id and client_secret. Paste the keys in the .env file. From your Spotify account, copy your username or user_id. The code will then generate a valid token with every run. YouTube Headers Setup: Go to YoutubeMusic. Press F12 to access the Inspector. In the Inspector, go to the network option, which is the fourth option at the top. Click on the name of any matching request. In the Headers tab, scroll down to the Request headers section and copy the Cookie. Paste your copied value into the "Cookie" key in the auth/browser.json file. Running the Code Open the file run.py. 2 . Follow THE instructions