项目作者: danishprakash

项目描述 :
:musical_note: Export Spotify playlist to plain text without logging in. (WIP)
高级语言: Python
项目地址: git://github.com/danishprakash/spotify-tools.git
创建时间: 2017-05-25T08:56:59Z
项目社区:https://github.com/danishprakash/spotify-tools

开源协议:MIT License

下载


Spotify Tools (WIP)

Simple script for Spotify users.

Features

  • Exports a Spotify playlist to a .txt file.

Usage

  1. Copy a Spotify playlist link
  2. Run the script and passing the playlist link as an command line argument’
  3. Wait for the done prompt.
  4. A file with the same name as of the playlist would be created in the same dir as the script.

Requirements

  1. BeautifulSoup4

Example

  1. python3 plist-text.py <spotify-playlist-URL>