spotify-playlist-extractor


Namespotify-playlist-extractor JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/username/spotify-playlist-extractor
SummaryA simple CLI tool to extract Spotify playlists
upload_time2025-08-22 09:42:38
maintainerNone
docs_urlNone
authorJunior Developer
requires_python>=3.7
licenseNone
keywords spotify playlist extractor music cli
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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.
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/username/spotify-playlist-extractor",
    "name": "spotify-playlist-extractor",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "spotify playlist extractor music cli",
    "author": "Junior Developer",
    "author_email": "junior@example.com",
    "download_url": "https://files.pythonhosted.org/packages/b0/1a/ea0faa046876c67486f314ae58adf7c959af856a688de324f0834d7558d8/spotify-playlist-extractor-1.0.0.tar.gz",
    "platform": null,
    "description": "Simple Spotify Playlist Extractor\n        ==================================\n        \n        This is a simple command line tool to extract tracks from Spotify playlists.\n        \n        Requirements:\n        - Python 3.6 or higher\n        - requests library\n        \n        Installation:\n        1. Install Python from python.org\n        2. Open command prompt (cmd)\n        3. Navigate to this folder\n        4. Run: pip install -r requirements.txt\n        \n        Usage:\n        python main.py [playlist_url]\n        \n        Options:\n        -f, --format    Output format: txt, json, or csv (default: txt)\n        -o, --output    Output filename (optional)\n        \n        Examples:\n        python main.py https://open.spotify.com/playlist/37i9dQZF1DX0XUsuxWHRQd\n        python main.py -f json https://open.spotify.com/playlist/37i9dQZF1DX0XUsuxWHRQd\n        python main.py -o my_playlist.txt https://open.spotify.com/playlist/37i9dQZF1DX0XUsuxWHRQd\n        \n        Note: The Spotify API credentials are already included in the code.",
    "bugtrack_url": null,
    "license": null,
    "summary": "A simple CLI tool to extract Spotify playlists",
    "version": "1.0.0",
    "project_urls": {
        "Bug Reports": "https://github.com/username/spotify-playlist-extractor/issues",
        "Homepage": "https://github.com/username/spotify-playlist-extractor",
        "Source": "https://github.com/username/spotify-playlist-extractor"
    },
    "split_keywords": [
        "spotify",
        "playlist",
        "extractor",
        "music",
        "cli"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b01aea0faa046876c67486f314ae58adf7c959af856a688de324f0834d7558d8",
                "md5": "37203d189bd72332e46d49f052040349",
                "sha256": "9783d06b09795b1ee92352ae09358f2a4df7507a26db765d545601f5aa969fa8"
            },
            "downloads": -1,
            "filename": "spotify-playlist-extractor-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "37203d189bd72332e46d49f052040349",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 6952,
            "upload_time": "2025-08-22T09:42:38",
            "upload_time_iso_8601": "2025-08-22T09:42:38.208463Z",
            "url": "https://files.pythonhosted.org/packages/b0/1a/ea0faa046876c67486f314ae58adf7c959af856a688de324f0834d7558d8/spotify-playlist-extractor-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-22 09:42:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "username",
    "github_project": "spotify-playlist-extractor",
    "github_not_found": true,
    "lcname": "spotify-playlist-extractor"
}
        
Elapsed time: 3.31617s