{"id":19217006,"url":"https://github.com/bkeys818/spotify-tools","last_synced_at":"2026-05-06T04:32:00.065Z","repository":{"id":65023637,"uuid":"510808376","full_name":"bkeys818/spotify-tools","owner":"bkeys818","description":"A website with several tools to use alongside Spotify.","archived":false,"fork":false,"pushed_at":"2024-06-02T16:05:21.000Z","size":487,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-23T08:45:36.510Z","etag":null,"topics":["firebase","spotify","spotify-web-api","svelte","sveltejs"],"latest_commit_sha":null,"homepage":"https://spotify-tool.ben-keys.com","language":"TypeScript","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/bkeys818.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2022-07-05T16:11:12.000Z","updated_at":"2024-06-02T16:05:26.000Z","dependencies_parsed_at":"2024-11-09T14:19:53.349Z","dependency_job_id":"30eab190-986d-4b34-9bc7-e2ee045cdc53","html_url":"https://github.com/bkeys818/spotify-tools","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bkeys818/spotify-tools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bkeys818%2Fspotify-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bkeys818%2Fspotify-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bkeys818%2Fspotify-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bkeys818%2Fspotify-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bkeys818","download_url":"https://codeload.github.com/bkeys818/spotify-tools/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bkeys818%2Fspotify-tools/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32678591,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T02:33:58.958Z","status":"ssl_error","status_checked_at":"2026-05-06T02:33:39.611Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["firebase","spotify","spotify-web-api","svelte","sveltejs"],"created_at":"2024-11-09T14:19:49.889Z","updated_at":"2026-05-06T04:32:00.047Z","avatar_url":"https://github.com/bkeys818.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Spotify Tools\n\n\u003e A site with tools to use alongside Spotify.\n\n[![Deploy Frontend](https://github.com/bkeys818/spotify-tools/actions/workflows/frontend-deploy.yml/badge.svg)](https://github.com/bkeys818/spotify-tools/actions/workflows/frontend-deploy.yml)\n[![Deploy Functions](https://github.com/bkeys818/spotify-tools/actions/workflows/functions-deploy.yml/badge.svg)](https://github.com/bkeys818/spotify-tools/actions/workflows/functions-deploy.yml)\n[![Function Tests](https://github.com/bkeys818/spotify-tools/actions/workflows/functions-test.yml/badge.svg)](https://github.com/bkeys818/spotify-tools/actions/workflows/functions-test.yml)\n[![Check Formatting](https://github.com/bkeys818/spotify-tools/actions/workflows/check-format.yml/badge.svg)](https://github.com/bkeys818/spotify-tools/actions/workflows/check-format.yml)\n\n| Tool               | Description                                                                         |\n| ------------------ | ----------------------------------------------------------------------------------- |\n| Public Liked Songs | Creates a new public playlist that will sync with your liked tracks every 24 hours. |\n| Duplicate Remover  | Finds any duplicates in your playlists and allows you to removes them.              |\n\n# Contribution\n\nWant to add or modify the sites functionality? Feel free to create an issue or submit a pull request!\n\nThis project was build using [SvelteKit](https://kit.svelte.dev) and [Firebase](https://firebase.google.com).\n\n## Guidelines\n\nPlease ensure any pull request adhere to the following guidelines:\n\n-   Keep descriptions short and simple, but descriptive.\n-   Use [Gitmoji](https://github.com/carloscuesta/gitmoji) for commits.\n-   Format your code correctly (`pnpm lint`).\n\n## Project Setup\n\n### Firebase\n\nFirst, you'll need to set up firebase.\n\n-   Install [firebase-tools](https://www.npmjs.com/package/firebase-tools) globally.\n-   Create a new firebase project for development.\n-   Set up a Firebase deploy targets named `dev` ([tutorial](https://firebase.google.com/docs/cli/targets#set_up_deploy_targets_for_your_firebase_resources)).\n-   Replace the [`devConfig`](https://github.com/bkeys818/spotify-tools/blob/main/src/lib/firebase/index.ts#L15) with your development project configuration.\n\nA few more steps for the function tests.\n\n-   Modify the firebase project values in [`jest.config.js`](https://github.com/bkeys818/spotify-tools/blob/main/functions/jest.config.js#L7).\n-   Download a service account key [tutorial](https://firebase.google.com/docs/functions/unit-testing).\n\n### Spotify API\n\nYou'll also need to add some Spotify credentials.\n\n-   Create a [Spotify API project](https://developer.spotify.com/dashboard/login) for development.\n-   Create a `.env.development.local` file containing all [`ImportMetaEnv`](https://github.com/bkeys818/spotify-tools/blob/main/src/env.d.ts) properties.\n-   Set secrets with [Cloud Secrets](https://firebase.google.com/docs/functions/config-env#secret-manager) for the values listed in [`functions/src/env.ts`](https://github.com/bkeys818/spotify-tools/blob/main/functions/src/env.ts).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbkeys818%2Fspotify-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbkeys818%2Fspotify-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbkeys818%2Fspotify-tools/lists"}