None
NO
Unlocking My Spotify Podcast Data
['Den Delimarsky']
Hi, I'm Den 👋 on Den Delimarsky
import selenium.webdriver import os from pathlib import Path from selenium.webdriver.support.ui import WebDriverWait from selenium.webdriver.support import expected_conditions as EC from selenium.webdriver.common.by import By from msedge.selenium_tools import Edge , EdgeOptions work_root = Path ( os . With the cookie stored in _sc.json , all it takes to generate the bearer token is having a helper class with two functions - get_local_tokens , that will read the locally stored information for token production, and get_bearer_token , that will exchange the cookie data for an actual token that I can use to execute my requests: import json import requests class DataHelper : def get_episode_data ( show_id , token , start , end , page , size , sort_by , sort_order , query_filter ): url = f…