search API 썸네일형 리스트형 3강-4. Python Search API 사용해보기 (Spotify) 썸네일 * Spotify Search API에 대한 상세한 설명은 url 참고할 것! https://developer.spotify.com/documentation/web-api/reference/#category-search ! 목표 검색어를 입력해서 데이터를 불러온다. 1. 필요한 패키지 불러오기 import sys import requests import base64 import json import logging 2. Spotify API 연결을 위한 key : Spotify API site dashboard에서 확인 가능 client_id = "@@@" client_secret = "@@@" 3. Spotify Search API 사용 API 사용을 위한 access token def main.. 더보기 이전 1 다음