Skip to content

Spotifyで再生中の曲をDiscordに通知してくれるサービス

License

Notifications You must be signed in to change notification settings

iamtakagi-lab/spotify2discord

Repository files navigation

spotify2discord

A minimal notification service which connects Spotify to Discord

スクリーンショット 2021-08-31 4 59 38

Installation

nano docker-compose.example.yml
docker-compose up -d --build

Initial Login

http://localhost:3000/auth/login

Authentication

URL Summary
http://localhost:3000/auth/login ログインします
http://localhost:3000/auth/me ログイン状態を返答します
http://localhost:3000/auth/logout ログアウトします

data/credential.json にトークンデータが保存されます

LICENSE

iamtakagi/spotify2discord is provided under the MIT license.