Spotify Web APIでは次のようなことができる • コンテンツメタデータの取得 • おすすめの取得 • プレイリストの作成と管理 • 再生制御 • 公式では無いが、いろいろな言語向けSDKも作成されている • Python: Spotipy https://github.com/spotipy-dev/spotipy • Java: Spotify Web API Java https://github.com/spotify-web-api-java/spotify-web-api-java • Node.js: spotify-web-api-node https://github.com/thelinmichael/spotify-web-api-node Copyright (C) Takeshi Mikami. All rights reserved. 6 Spotify Web API を紹介します Spotify Web API を紹介します 音楽ストリーミングサービス
for Developerにログイン https://developer.spotify.com/ • Spotifyのアカウントが無ければ作る 2. DASHBORDからアプリを作る 3. キー(ClientID, Client Secret)を発行する Copyright (C) Takeshi Mikami. All rights reserved. 7 Spotify Web APIを利用する手続きを示します Spotify Web APIを利用する手続きを示します OAuthで認証する Web APIの 一般的な手続き