Simple script for Spotify users.
- Exports a Spotify playlist to a
.txt
file.
- 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.
- BeautifulSoup4
python3 plist-text.py <spotify-playlist-URL>