{"id":18058577,"url":"https://github.com/0pandadev/downcida","last_synced_at":"2025-08-19T02:33:21.959Z","repository":{"id":257801381,"uuid":"863370869","full_name":"0PandaDEV/downcida","owner":"0PandaDEV","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-11T01:52:55.000Z","size":55,"stargazers_count":21,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-16T03:42:13.153Z","etag":null,"topics":["crate","crates","download","downloader","flac","lucida","music","rust","spotify"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/downcida","language":"Rust","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/0PandaDEV.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","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},"funding":{"github":"0pandadev","buy_me_a_coffee":"pandadev_","ko_fi":"pandadev_"}},"created_at":"2024-09-26T07:20:57.000Z","updated_at":"2025-08-07T03:14:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"3591af81-e911-4161-a634-8a7cb2c801bc","html_url":"https://github.com/0PandaDEV/downcida","commit_stats":null,"previous_names":["0pandadev/downcida"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/0PandaDEV/downcida","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0PandaDEV%2Fdowncida","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0PandaDEV%2Fdowncida/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0PandaDEV%2Fdowncida/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0PandaDEV%2Fdowncida/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0PandaDEV","download_url":"https://codeload.github.com/0PandaDEV/downcida/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0PandaDEV%2Fdowncida/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271090175,"owners_count":24697529,"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","status":"online","status_checked_at":"2025-08-19T02:00:09.176Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["crate","crates","download","downloader","flac","lucida","music","rust","spotify"],"created_at":"2024-10-31T03:07:40.317Z","updated_at":"2025-08-19T02:33:21.670Z","avatar_url":"https://github.com/0PandaDEV.png","language":"Rust","funding_links":["https://github.com/sponsors/0pandadev","https://buymeacoffee.com/pandadev_","https://ko-fi.com/pandadev_"],"categories":[],"sub_categories":[],"readme":"### \u003cins\u003e**This crate does currently not work because of a Token that is needed! see [#1](https://github.com/0PandaDEV/downcida/issues/1)**\u003c/ins\u003e\n\n# Downcida\n\nDowncida is a Rust crate that allows you to download Spotify tracks using the [Lucida API](https://lucida.to/). It provides a simple interface to download audio files from Spotify tracks and save them to a specified directory.\n\n## Features\n\n- [x] Different download Formats (FLAC, WAV, OGG, OPUS, M4A, MP3 e.g)\n- [x] Spotify\n- [ ] Qobuz\n- [ ] Tidal\n- [ ] Soundcloud\n- [ ] Deezer\n- [ ] Amazon Music\n- [ ] Beatport\n\n## Installation\n\nAdd this to your `Cargo.toml`:\n\n```toml\n[dependencies]\ndowncida = \"0.1.3\"\n```\n\n## Usage\n\nHere's a basic example of how to use Downcida:\n\n```rs\nuse downcida::{Downcida, AudioFormat};\nuse std::env;\n\n#[tokio::main]\nasync fn main() -\u003e Result\u003c(), Box\u003cdyn std::error::Error\u003e\u003e {\n    Downcida::download(\"5xPcP28rWbFUlYDOhcH58l\", env::current_dir()?, Some(\"US\"), AudioFormat::FLAC).await?;\n    Ok(())\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0pandadev%2Fdowncida","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0pandadev%2Fdowncida","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0pandadev%2Fdowncida/lists"}