SpotiTube


NameSpotiTube JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/snehashish090/song_downloader
SummaryA package to download songs from Spotify using YouTube
upload_time2024-08-07 08:18:53
maintainerNone
docs_urlNone
authorSnehashish Laskar
requires_python>=3.8
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Spotify Song Downloader

## Description
This package allows users to download songs from Spotify by searching for song titles and retrieving them via YouTube. It combines Spotify's search functionality with YouTube's video downloading capabilities to provide a seamless music downloading experience.

## Features
- Search for songs using Spotify's extensive database
- Download songs as MP3 files
- Automatically add metadata (artist, album, title) to downloaded files
- Include album artwork in the MP3 file

## Installation
(Instructions for installation will go here once the package is published)

## Usage

### Basic Usage
```python
from spotify_song_downloader import Downloader, Spotify

# Initialize Spotify client
spotify_client = Spotify(
    clientId="your_spotify_client_id",
    clientSecret="your_spotify_client_secret"
)

# Create Downloader object
downloader = Downloader("path/to/download/directory", spotify_client)

# Download a song
downloader.downloadSong("Song Title")

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/snehashish090/song_downloader",
    "name": "SpotiTube",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "Snehashish Laskar",
    "author_email": "snehashishlaskar.dev@example.com",
    "download_url": "https://files.pythonhosted.org/packages/fc/73/045498c0f8801f148fbe0792d61b7a26d501dadbcc6b2b4635cddac65ef0/SpotiTube-0.0.1.tar.gz",
    "platform": null,
    "description": "# Spotify Song Downloader\n\n## Description\nThis package allows users to download songs from Spotify by searching for song titles and retrieving them via YouTube. It combines Spotify's search functionality with YouTube's video downloading capabilities to provide a seamless music downloading experience.\n\n## Features\n- Search for songs using Spotify's extensive database\n- Download songs as MP3 files\n- Automatically add metadata (artist, album, title) to downloaded files\n- Include album artwork in the MP3 file\n\n## Installation\n(Instructions for installation will go here once the package is published)\n\n## Usage\n\n### Basic Usage\n```python\nfrom spotify_song_downloader import Downloader, Spotify\n\n# Initialize Spotify client\nspotify_client = Spotify(\n    clientId=\"your_spotify_client_id\",\n    clientSecret=\"your_spotify_client_secret\"\n)\n\n# Create Downloader object\ndownloader = Downloader(\"path/to/download/directory\", spotify_client)\n\n# Download a song\ndownloader.downloadSong(\"Song Title\")\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A package to download songs from Spotify using YouTube",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://github.com/snehashish090/song_downloader"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "44202e19162f06f7b0f061a257a435d8bae89398233ef7771c3cb03cdd476083",
                "md5": "f1ccbae441502cf2abdda799e99e4670",
                "sha256": "a2a2085872d7206d82dde75b108a8cfb6ea0129783d13ed295b461ab23502c01"
            },
            "downloads": -1,
            "filename": "SpotiTube-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f1ccbae441502cf2abdda799e99e4670",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 4638,
            "upload_time": "2024-08-07T08:18:52",
            "upload_time_iso_8601": "2024-08-07T08:18:52.208083Z",
            "url": "https://files.pythonhosted.org/packages/44/20/2e19162f06f7b0f061a257a435d8bae89398233ef7771c3cb03cdd476083/SpotiTube-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fc73045498c0f8801f148fbe0792d61b7a26d501dadbcc6b2b4635cddac65ef0",
                "md5": "85496b776aba94ccc94023b9c4067856",
                "sha256": "ca918cda10f04492516284dd982be3fec765566c2f17437642c8e7d6680984fd"
            },
            "downloads": -1,
            "filename": "SpotiTube-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "85496b776aba94ccc94023b9c4067856",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 3880,
            "upload_time": "2024-08-07T08:18:53",
            "upload_time_iso_8601": "2024-08-07T08:18:53.475131Z",
            "url": "https://files.pythonhosted.org/packages/fc/73/045498c0f8801f148fbe0792d61b7a26d501dadbcc6b2b4635cddac65ef0/SpotiTube-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-07 08:18:53",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "snehashish090",
    "github_project": "song_downloader",
    "github_not_found": true,
    "lcname": "spotitube"
}
        
Elapsed time: 0.88413s