spotifyfizyfit


Namespotifyfizyfit JSON
Version 1.0.8 PyPI version JSON
download
home_pagehttps://github.com/fleizean/spotifyfizyfit
Summaryspotifyfizyfit, a tool to migrate your Spotify playlists
upload_time2024-08-19 05:27:20
maintainerNone
docs_urlNone
authorfleizean (Enes Yagiz)
requires_pythonNone
licenseMIT
keywords spotify fizy playlist migration
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <div align="center">
  
# SpotifyFizyFit
<img src="https://github.com/fleizean/spotifyfizyfit/raw/main/assets/img/spotifyfizyfit.png" >

The **Spotify to Fizy Playlist Sync Bot** is an automation tool designed to integrate Spotify playlists with Fizy. This bot fetches playlist data from Spotify and adds the tracks to corresponding playlists on Fizy. It simplifies the process of transferring music between these two platforms, ensuring your playlists are consistent across both services.

[![MIT License](https://img.shields.io/github/license/fleizean/spotifyfizyfit?color=44CC11&style=flat-square)](https://github.com/fleizean/spotifyfizyfit/blob/master/LICENSE)
[![PyPI version](https://img.shields.io/pypi/pyversions/spotifyfizyfit?color=%2344CC11&style=flat-square)](https://pypi.org/project/spotifyfizyfit/)
[![PyPi downloads](https://img.shields.io/pypi/dw/spotifyfizyfit?label=downloads@pypi&color=344CC11&style=flat-square)](https://pypi.org/project/spotifyfizyfit/)
![Contributors](https://img.shields.io/github/contributors/fleizean/spotifyfizyfit?style=flat-square)

</div>

## Installation

### Python (Recommended Method)
  - _spotifyfizyfit_ can be installed by running `pip install spotifyfizyfit`.
  - To update spotifyfizyfit run `pip install --upgrade spotifyfizyfit`

  > On some systems you might have to change `pip` to `pip3`.

  <details>
    <summary style="font-size:1.25em"><strong>Other options</strong></summary>
    - On Termux
        - `sh -c "$(curl https://raw.githubusercontent.com/fleizean/spotifyfizyfit/main/install.sh)"`      
    - Build from source
        ```bash
	    git clone https://github.com/flizean/spotifyfizyfit && cd spotifyfizyfit
        sh install.sh	    
	    ```
        Right now, enjoy it with `spotifyfizyfit`. 
  </details>

  ### Specifying JSON File Path
    During installation, you might need to specify the path to a JSON file. You can do this by setting an environment variable or passing the path as an argument to the script. For example:
  
    To get started, you need to request your data from Spotify. Please refer to the following document for detailed instructions:

    [Spotify Data Collection Guide](https://github.com/fleizean/spotifyfizyfit/blob/main/md/SpotifyCollectData.md)
    
## Usage

  To use the **Spotify to Fizy Playlist Sync Bot**, follow these steps:

  1. Install the `spotifyfizyfit` package by running the following command:
     ```
     pip install spotifyfizyfit
     ```

  2. Update the `spotifyfizyfit` package to the latest version with the following command:
     ```
     pip install --upgrade spotifyfizyfit
     ```

     > Note: On some systems, you might need to use `pip3` instead of `pip`.

    01. Specify the path to your JSON configuration file. You can do this in one of the following ways:
  
     - **Directly as a Command-Line Argument:**
       ```bash
       spotifyfizyfit /path/to/your/config.json
       ```

  3. Enjoy using `spotifyfizyfit` to sync your Spotify playlists with Fizy!

## Contributions

We welcome contributions to the SpotifyFizyFit project! If you would like to contribute, please read the [CONTRIBUTING.md](https://github.com/fleizean/spotifyfizyfit/blob/main/md/CONTRIBUTING.md) file for detailed instructions on how to get started.

Thank you for your interest in contributing to our project!

## License

This project is Licensed under the [MIT](https://github.com/fleizean/spotifyfizyfit/blob/main/LICENSE) License.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/fleizean/spotifyfizyfit",
    "name": "spotifyfizyfit",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "spotify fizy playlist migration",
    "author": "fleizean (Enes Yagiz)",
    "author_email": "nsyagz@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/42/1f/581b896a889148f14303af89af54a20bd03ac971853da6ffb015d9210975/spotifyfizyfit-1.0.8.tar.gz",
    "platform": null,
    "description": "<div align=\"center\">\n  \n# SpotifyFizyFit\n<img src=\"https://github.com/fleizean/spotifyfizyfit/raw/main/assets/img/spotifyfizyfit.png\" >\n\nThe **Spotify to Fizy Playlist Sync Bot** is an automation tool designed to integrate Spotify playlists with Fizy. This bot fetches playlist data from Spotify and adds the tracks to corresponding playlists on Fizy. It simplifies the process of transferring music between these two platforms, ensuring your playlists are consistent across both services.\n\n[![MIT License](https://img.shields.io/github/license/fleizean/spotifyfizyfit?color=44CC11&style=flat-square)](https://github.com/fleizean/spotifyfizyfit/blob/master/LICENSE)\n[![PyPI version](https://img.shields.io/pypi/pyversions/spotifyfizyfit?color=%2344CC11&style=flat-square)](https://pypi.org/project/spotifyfizyfit/)\n[![PyPi downloads](https://img.shields.io/pypi/dw/spotifyfizyfit?label=downloads@pypi&color=344CC11&style=flat-square)](https://pypi.org/project/spotifyfizyfit/)\n![Contributors](https://img.shields.io/github/contributors/fleizean/spotifyfizyfit?style=flat-square)\n\n</div>\n\n## Installation\n\n### Python (Recommended Method)\n  - _spotifyfizyfit_ can be installed by running `pip install spotifyfizyfit`.\n  - To update spotifyfizyfit run `pip install --upgrade spotifyfizyfit`\n\n  > On some systems you might have to change `pip` to `pip3`.\n\n  <details>\n    <summary style=\"font-size:1.25em\"><strong>Other options</strong></summary>\n    - On Termux\n        - `sh -c \"$(curl https://raw.githubusercontent.com/fleizean/spotifyfizyfit/main/install.sh)\"`      \n    - Build from source\n        ```bash\n\t    git clone https://github.com/flizean/spotifyfizyfit && cd spotifyfizyfit\n        sh install.sh\t    \n\t    ```\n        Right now, enjoy it with `spotifyfizyfit`. \n  </details>\n\n  ### Specifying JSON File Path\n    During installation, you might need to specify the path to a JSON file. You can do this by setting an environment variable or passing the path as an argument to the script. For example:\n  \n    To get started, you need to request your data from Spotify. Please refer to the following document for detailed instructions:\n\n    [Spotify Data Collection Guide](https://github.com/fleizean/spotifyfizyfit/blob/main/md/SpotifyCollectData.md)\n    \n## Usage\n\n  To use the **Spotify to Fizy Playlist Sync Bot**, follow these steps:\n\n  1. Install the `spotifyfizyfit` package by running the following command:\n     ```\n     pip install spotifyfizyfit\n     ```\n\n  2. Update the `spotifyfizyfit` package to the latest version with the following command:\n     ```\n     pip install --upgrade spotifyfizyfit\n     ```\n\n     > Note: On some systems, you might need to use `pip3` instead of `pip`.\n\n    01. Specify the path to your JSON configuration file. You can do this in one of the following ways:\n  \n     - **Directly as a Command-Line Argument:**\n       ```bash\n       spotifyfizyfit /path/to/your/config.json\n       ```\n\n  3. Enjoy using `spotifyfizyfit` to sync your Spotify playlists with Fizy!\n\n## Contributions\n\nWe welcome contributions to the SpotifyFizyFit project! If you would like to contribute, please read the [CONTRIBUTING.md](https://github.com/fleizean/spotifyfizyfit/blob/main/md/CONTRIBUTING.md) file for detailed instructions on how to get started.\n\nThank you for your interest in contributing to our project!\n\n## License\n\nThis project is Licensed under the [MIT](https://github.com/fleizean/spotifyfizyfit/blob/main/LICENSE) License.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "spotifyfizyfit, a tool to migrate your Spotify playlists",
    "version": "1.0.8",
    "project_urls": {
        "Homepage": "https://github.com/fleizean/spotifyfizyfit"
    },
    "split_keywords": [
        "spotify",
        "fizy",
        "playlist",
        "migration"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9c839b0c15e427de3631bcddfd4f216b9d8c5e35251139e09a30157452516fc7",
                "md5": "760dfd257ceb7cef5b9d598e83eb636c",
                "sha256": "e277b0d71002783c5358c15b2fecfd6f777ab432e02bda06328e1132520e176b"
            },
            "downloads": -1,
            "filename": "spotifyfizyfit-1.0.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "760dfd257ceb7cef5b9d598e83eb636c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 5859,
            "upload_time": "2024-08-19T05:27:19",
            "upload_time_iso_8601": "2024-08-19T05:27:19.324950Z",
            "url": "https://files.pythonhosted.org/packages/9c/83/9b0c15e427de3631bcddfd4f216b9d8c5e35251139e09a30157452516fc7/spotifyfizyfit-1.0.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "421f581b896a889148f14303af89af54a20bd03ac971853da6ffb015d9210975",
                "md5": "09d7d9668393e2170a848cb8a14a910e",
                "sha256": "9123b70b5736e197b2e71903eccfb99362e540368741c4f4c53bf3132d5d9ad5"
            },
            "downloads": -1,
            "filename": "spotifyfizyfit-1.0.8.tar.gz",
            "has_sig": false,
            "md5_digest": "09d7d9668393e2170a848cb8a14a910e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 5342,
            "upload_time": "2024-08-19T05:27:20",
            "upload_time_iso_8601": "2024-08-19T05:27:20.692323Z",
            "url": "https://files.pythonhosted.org/packages/42/1f/581b896a889148f14303af89af54a20bd03ac971853da6ffb015d9210975/spotifyfizyfit-1.0.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-19 05:27:20",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "fleizean",
    "github_project": "spotifyfizyfit",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "spotifyfizyfit"
}
        
Elapsed time: 4.38009s