{"id":17682293,"url":"https://github.com/aquaflamingo/spotify-exporter","last_synced_at":"2025-10-10T17:05:29.139Z","repository":{"id":39901493,"uuid":"493893843","full_name":"aquaflamingo/spotify-exporter","owner":"aquaflamingo","description":"Export or backup your Spotify playlists to m3u, pls, xspf, txt and yaml format 🎶","archived":false,"fork":false,"pushed_at":"2022-05-22T18:26:12.000Z","size":32,"stargazers_count":7,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-09T05:57:20.359Z","etag":null,"topics":["music","playlists","ruby","spotify","spotify-api"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/aquaflamingo.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-05-19T02:31:13.000Z","updated_at":"2025-07-19T04:09:50.000Z","dependencies_parsed_at":"2022-09-21T03:43:05.912Z","dependency_job_id":null,"html_url":"https://github.com/aquaflamingo/spotify-exporter","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/aquaflamingo/spotify-exporter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aquaflamingo%2Fspotify-exporter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aquaflamingo%2Fspotify-exporter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aquaflamingo%2Fspotify-exporter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aquaflamingo%2Fspotify-exporter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aquaflamingo","download_url":"https://codeload.github.com/aquaflamingo/spotify-exporter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aquaflamingo%2Fspotify-exporter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278903081,"owners_count":26065799,"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-10-08T02:00:06.501Z","response_time":56,"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":["music","playlists","ruby","spotify","spotify-api"],"created_at":"2024-10-24T09:13:26.397Z","updated_at":"2025-10-10T17:05:29.106Z","avatar_url":"https://github.com/aquaflamingo.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SpotifyExporter\n\nExport or backup your Spotify playlists\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'spotifyexporter'\n```\n\nAnd then execute:\n\n    $ bundle install\n\nOr install it yourself as:\n\n    $ gem install spotifyexporter\n\n## Usage\n\nYou will need to authenticate the CLI before you can use it.\n\nYou can generate a Spotify API Key at: https://developer.spotify.com/dashboard/applications\n\nAfter you have an API Key available, run the `auth` command and enter your credentials:\n\n```bash\n\nspotifyexporter auth\n\n```\n\nThe CLI will persist these credentials on your file system within the `.config` directory.\n\nNext, you can run the `export` command to get a full list of songs in each playlist for a particular user.\n\n```bash\n\n# Create an output directory\nmkdir output_dir\n\n# Run the export command for username \"djkoze\", generate playlists in .m3u format\nspotifyexporter export -u djkoze -o output_dir -f m3u\n```\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/aquaflamingo/spotifyexporter.\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faquaflamingo%2Fspotify-exporter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faquaflamingo%2Fspotify-exporter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faquaflamingo%2Fspotify-exporter/lists"}