{"id":13910696,"url":"https://github.com/b4ird/spotify_sync","last_synced_at":"2025-07-18T09:32:39.070Z","repository":{"id":45336021,"uuid":"304599076","full_name":"b4ird/spotify_sync","owner":"b4ird","description":"A schedulable, configurable CLI downloader for Spotify accounts","archived":false,"fork":false,"pushed_at":"2024-10-31T18:35:34.000Z","size":6342,"stargazers_count":180,"open_issues_count":10,"forks_count":8,"subscribers_count":8,"default_branch":"main","last_synced_at":"2024-11-10T11:43:31.358Z","etag":null,"topics":["cache","cron","deezer","download","downloader","flac","lossless","mp3","playlists","python","python3","schedule","songs","spotify","sync"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/b4ird.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-10-16T10:51:14.000Z","updated_at":"2024-11-08T22:57:52.000Z","dependencies_parsed_at":"2023-12-04T20:28:54.835Z","dependency_job_id":"e154e36d-4fc8-435c-913b-ca780587d720","html_url":"https://github.com/b4ird/spotify_sync","commit_stats":{"total_commits":90,"total_committers":5,"mean_commits":18.0,"dds":"0.33333333333333337","last_synced_commit":"bd308025965138452047dfcf4afbc028ba268ab1"},"previous_names":["b4ird/spotify_sync","jbh-cloud/spotify_sync"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b4ird%2Fspotify_sync","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b4ird%2Fspotify_sync/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b4ird%2Fspotify_sync/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b4ird%2Fspotify_sync/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/b4ird","download_url":"https://codeload.github.com/b4ird/spotify_sync/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226388704,"owners_count":17617320,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cache","cron","deezer","download","downloader","flac","lossless","mp3","playlists","python","python3","schedule","songs","spotify","sync"],"created_at":"2024-08-07T00:01:42.638Z","updated_at":"2024-11-25T19:31:42.301Z","avatar_url":"https://github.com/b4ird.png","language":"Python","funding_links":["https://www.buymeacoffee.com/jbhcloud"],"categories":["Python"],"sub_categories":[],"readme":"# spotify_sync\n[![Python Versions](https://img.shields.io/pypi/pyversions/spot_sync)](https://pypi.org/project/spotify-sync/)\n[![PyPi package](https://img.shields.io/pypi/v/spot-sync)](https://pypi.org/project/spot-sync/)\n[![Downloads](https://static.pepy.tech/badge/spot-sync/month)](https://pepy.tech/project/spot-sync)\n[![License](https://img.shields.io/github/license/jbh-cloud/spotify_sync)](https://github.com/jbh-cloud/spotify_sync/blob/main/LICENSE.md)\n[![Documentation](https://img.shields.io/badge/docs-%20-yellow)](https://docs.spotify-sync.jbh.cloud/)\n[![Code Style](https://img.shields.io/badge/code%20style-black-000000.svg)]()\n\n![](run_example.gif)\n\n## Introduction\n\nspotify_sync is a CLI app written in Python allowing you to download songs from your Spotify account. It is designed to be a 'set and forget' tool for users wanting to keep an offline copy of their library. Spotify songs are matched to a 1:1 Deezer equivalent via their [ISRC](https://en.wikipedia.org/wiki/International_Standard_Recording_Code) and then queued for download.\n\n#### Features:\n\n* Download of liked songs\n* Download of playlist songs\n* Up-to lossless quality downloads\n* Multi-threaded downloading\n* Scheduling (e.g. cron)\n* Multi-config support; configure and schedule multiple profiles with separate Spotify accounts\n* Backup and restore of config and persistent data\n* Notification support via [Pushover](https://pushover.net/)\n* Automatic Plex library scanning via [Autoscan](https://github.com/Cloudbox/autoscan)\n\n\n## Requirements\n1. Python \u0026 pip \u003e= 3.8\n2. Spotify account (Free)\n3. Deezer account (Free allows 128kbps downloads, up to lossless requires Deezer Hi-Fi account)\n\n\n## Install\n\n```\npython3 -m pip install -U spot_sync\n```\n\n## Usage\n\n*Simple usage would be..*\n\nCache Spotify OAuth token\n```\nspotify_sync utils authorize-spotify --profile myFirstProfile\n```\n\nRun in automatic mode\n```\nspotify_sync run auto --profile myFirstProfile\n```\n\n## Documentation\n\nFurther configuration is required, details for which can be found at the [docs](https://docs.spotify-sync.jbh.cloud/).\n\n\n## Support\n\nIf you use or enjoy this project, please give it a :star: or\n\n\u003ca href=\"https://www.buymeacoffee.com/jbhcloud\" target=\"_blank\"\u003e\u003cimg src=\"https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png\" alt=\"Buy Me A Coffee\" style=\"height: 60px !important;width: 217px !important;\" \u003e\u003c/a\u003e\n\n\n### Disclaimer\n\nThis tool was written for educational purposes. I will not be responsible if you use this program in bad faith. By using it, you are accepting the [Deezer Terms of Use](https://www.deezer.com/legal/cgu).\n    spotify_sync is not affiliated with Deezer.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fb4ird%2Fspotify_sync","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fb4ird%2Fspotify_sync","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fb4ird%2Fspotify_sync/lists"}