{"id":13863030,"url":"https://github.com/Flowm/spotify-api-bash","last_synced_at":"2025-07-14T13:33:15.421Z","repository":{"id":67723583,"uuid":"56804884","full_name":"Flowm/spotify-api-bash","owner":"Flowm","description":"Some scripts to quickly communicate with the spotify web api","archived":false,"fork":false,"pushed_at":"2017-07-28T23:02:45.000Z","size":3,"stargazers_count":13,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-08-05T06:06:36.858Z","etag":null,"topics":["artists","festival","playlist","spotify-api"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Flowm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2016-04-21T20:51:51.000Z","updated_at":"2024-04-15T08:43:07.000Z","dependencies_parsed_at":"2024-04-13T18:04:31.122Z","dependency_job_id":null,"html_url":"https://github.com/Flowm/spotify-api-bash","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flowm%2Fspotify-api-bash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flowm%2Fspotify-api-bash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flowm%2Fspotify-api-bash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flowm%2Fspotify-api-bash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Flowm","download_url":"https://codeload.github.com/Flowm/spotify-api-bash/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225980898,"owners_count":17554919,"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":["artists","festival","playlist","spotify-api"],"created_at":"2024-08-05T06:02:00.096Z","updated_at":"2024-11-22T23:30:38.771Z","avatar_url":"https://github.com/Flowm.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"# Spotify API bash utils\nSome small scripts to quickly communicate with the spotify web api\n\n## create_playlist_from_artists.sh\nCreates a spotify playlist from the top tracks of a list of artists.\n\nUseful for easily creating festival playlists with the top 10 tracks of each artist by pasting the list of artists to a file and invoking the script.\n\n### Usage\n* Obtain Auth token\n```\nOpen this URL to obtain the auth token:\nhttps://accounts.spotify.com/authorize?client_id=109e36592e9c471bb5bb15a83a4a78de\u0026response_type=token\u0026redirect_uri=http%3A%2F%2Flocalhost%3A9876\u0026scope=playlist-modify-private\n\nObtain the access_token from the redirected URI. Example URI:\nhttp://localhost:9876/#access_token=XXYOURTOKENHEREXX\u0026token_type=Bearer\u0026expires_in=3600\n```\n\n* Invoke the script with a file containing a list of artists separated by newlines\n```\n./create_playlist_from_artists.sh \u003cfilename\u003e\n```\n\n## Requirements\n* [jq](https://github.com/stedolan/jq) - For json parsing\n* [curl](https://curl.haxx.se/) - For web requests\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FFlowm%2Fspotify-api-bash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FFlowm%2Fspotify-api-bash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FFlowm%2Fspotify-api-bash/lists"}