Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danishprakash/spotify-tools
:musical_note: Export Spotify playlist to plain text without logging in. (WIP)
https://github.com/danishprakash/spotify-tools
export python spotify
Last synced: 2 days ago
JSON representation
:musical_note: Export Spotify playlist to plain text without logging in. (WIP)
- Host: GitHub
- URL: https://github.com/danishprakash/spotify-tools
- Owner: danishprakash
- License: mit
- Created: 2017-05-25T08:56:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-14T11:58:16.000Z (almost 1 year ago)
- Last Synced: 2024-08-02T13:34:37.894Z (3 months ago)
- Topics: export, python, spotify
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```Shell
python3 plist-text.py
```