项目作者: DiSonDS

项目描述 :
Use currently playing track as status in VK.com
高级语言: Python
项目地址: git://github.com/DiSonDS/spotify2vkstatus.git
创建时间: 2018-10-14T17:52:21Z
项目社区:https://github.com/DiSonDS/spotify2vkstatus

开源协议:

下载


spotify2vkstatus

Codacy Badge

Use currently playing track as status in VK.com

Requirements

  • spotipy
  • vk_api

⚠️ Use the last version of spotipy

Setup

Spotify

  1. Create Spotify app: https://developer.spotify.com/dashboard
  2. Add “http://localhost:8888/callback“ in app redirect URIs
  3. Complete the settings.py with app client_id, client_secret, username

VK.com

  1. Get access token: https://vk.cc/8Abj47
  2. Complete the settings.py with token

Usage

  1. python3 spotify2vkstatus.py

Screenshot

TODO

  • Spotify token auto refresh (every hour)
  • Auth without browser