A simple CLI tool to extract Spotify playlists
Project description
Simple Spotify Playlist Extractor
==================================
This is a simple command line tool to extract tracks from Spotify playlists.
Requirements:
- Python 3.6 or higher
- requests library
Installation:
1. Install Python from python.org
2. Open command prompt (cmd)
3. Navigate to this folder
4. Run: pip install -r requirements.txt
Usage:
python main.py [playlist_url]
Options:
-f, --format Output format: txt, json, or csv (default: txt)
-o, --output Output filename (optional)
Examples:
python main.py https://open.spotify.com/playlist/37i9dQZF1DX0XUsuxWHRQd
python main.py -f json https://open.spotify.com/playlist/37i9dQZF1DX0XUsuxWHRQd
python main.py -o my_playlist.txt https://open.spotify.com/playlist/37i9dQZF1DX0XUsuxWHRQd
Note: The Spotify API credentials are already included in the code.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file spotify-playlist-extractor-1.0.0.tar.gz.
File metadata
- Download URL: spotify-playlist-extractor-1.0.0.tar.gz
- Upload date:
- Size: 7.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9783d06b09795b1ee92352ae09358f2a4df7507a26db765d545601f5aa969fa8
|
|
| MD5 |
37203d189bd72332e46d49f052040349
|
|
| BLAKE2b-256 |
b01aea0faa046876c67486f314ae58adf7c959af856a688de324f0834d7558d8
|