WebAPI

Data Science

[Web API] Spotify Web API로 특정 가수의 노래 정보 조회해보기 - 파이썬 라이브러리 Spotipy

Spotify에서 아티스트 정보를 사용해 상위 5개의 노래 정보를 가져와보겠다. 우선 해당 사이트에서 Web APP을 생성하고, Client ID 와 Client Secret Key를 발급받는다. developer.spotify.com/documentation/web-api/ Web API | Spotify for Developers Simply put, your app receives Spotify content through the Spotify Web API. developer.spotify.com 일반적으로는 endpoint 주소를 가져와 https 리퀘스트를 날리지만 오늘은 파이썬 Spotify 라이브러리인 Spotipy를 사용해서 곡 정보를 가져와보겠다. pip install 커맨드로 쉽게 라..

so.py
'WebAPI' 태그의 글 목록