项目作者: danishprakash
项目描述 :
:musical_note: Export Spotify playlist to plain text without logging in. (WIP)
高级语言: Python
项目地址: git://github.com/danishprakash/spotify-tools.git
Simple script for Spotify users.
Features
- Exports a Spotify playlist to a
.txt
file.
Usage
- Copy a Spotify playlist link
- Run the script and passing the playlist link as an command line argument’
- Wait for the
done
prompt. - A file with the same name as of the playlist would be created in the same dir as the script.
Requirements
- BeautifulSoup4
Example
python3 plist-text.py <spotify-playlist-URL>