{"id":35568133,"url":"https://github.com/degeens/scrobblet","last_synced_at":"2026-02-09T18:05:59.163Z","repository":{"id":331153191,"uuid":"1124955676","full_name":"degeens/scrobblet","owner":"degeens","description":" A lightweight scrobbler for self-hosters. ","archived":false,"fork":false,"pushed_at":"2026-02-06T20:56:37.000Z","size":1584,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-07T07:40:46.473Z","etag":null,"topics":["csv","go","golang","lastfm","lightweight","listenbrainz","music","scrobbler","self-hosting","spotify"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/degeens.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-29T23:00:30.000Z","updated_at":"2026-02-06T20:53:54.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/degeens/scrobblet","commit_stats":null,"previous_names":["degeens/scrobblet"],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/degeens/scrobblet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/degeens%2Fscrobblet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/degeens%2Fscrobblet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/degeens%2Fscrobblet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/degeens%2Fscrobblet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/degeens","download_url":"https://codeload.github.com/degeens/scrobblet/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/degeens%2Fscrobblet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29274762,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-09T17:15:22.002Z","status":"ssl_error","status_checked_at":"2026-02-09T17:14:42.395Z","response_time":56,"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":["csv","go","golang","lastfm","lightweight","listenbrainz","music","scrobbler","self-hosting","spotify"],"created_at":"2026-01-04T16:12:46.634Z","updated_at":"2026-02-09T18:05:59.136Z","avatar_url":"https://github.com/degeens.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"logo.png\" alt=\"Scrobbling gopher\" height=\"275\"/\u003e\n\u003c/p\u003e\n\n# Scrobblet\n\n[![CI](https://github.com/degeens/scrobblet/actions/workflows/ci.yml/badge.svg)](https://github.com/degeens/scrobblet/actions/workflows/ci.yml)\n![Go version](https://img.shields.io/github/go-mod/go-version/degeens/scrobblet?label=go)\n[![Go Report](https://goreportcard.com/badge/github.com/degeens/scrobblet)](https://goreportcard.com/report/github.com/degeens/scrobblet)\n[![Release](https://img.shields.io/github/v/release/degeens/scrobblet?include_prereleases)](https://github.com/degeens/scrobblet/releases)\n[![License](https://img.shields.io/github/license/degeens/scrobblet)](LICENSE)\n[![Docker Pulls](https://img.shields.io/docker/pulls/degeens/scrobblet)](https://hub.docker.com/r/degeens/scrobblet)\n\nScrobblet is a lightweight scrobbler for self-hosters. It tracks your listening activity from a music source and scrobbles it to your preferred targets, and is easily extensible with new integrations.\n\nCurrently, Scrobblet supports **Spotify** as a source and can scrobble to **Last.fm**, **ListenBrainz** (including any ListenBrainz-compatible service), **Maloja**, **Koito**, and **CSV**. More sources and targets can be easily added. Feel free to [create a pull request](https://github.com/degeens/scrobblet/pulls) with your implementation or [open an issue](https://github.com/degeens/scrobblet/issues) to request a new integration.\n\n\u003e **⚠️ Warning**: This project is in early stages of development. Features and APIs may change without notice.\n\n## Getting Started\n\nCreate a `docker-compose.yml` file with your configuration:\n\n```yaml\nservices:\n  scrobblet:\n    container_name: scrobblet\n    image: degeens/scrobblet:latest\n    volumes:\n      - scrobblet-data:/etc/scrobblet\n    ports:\n      - 7276:7276\n    environment:\n      - SCROBBLET_PORT=7276 # Optional\n      - SCROBBLET_DATA_PATH=/etc/scrobblet # Optional\n      - SCROBBLET_LOG_LEVEL=INFO # Optional\n      - SCROBBLET_SOURCE=Spotify\n      - SCROBBLET_TARGETS=CSV,Koito\n      # Spotify (Required when SCROBBLET_SOURCE=Spotify)\n      - SPOTIFY_CLIENT_ID=your_spotify_client_id\n      - SPOTIFY_CLIENT_SECRET=your_spotify_client_secret\n      - SPOTIFY_REDIRECT_URL=http://127.0.0.1:7276/spotify/callback\n      # Last.fm (Required when SCROBBLET_TARGETS=LastFm)\n      - LASTFM_API_KEY=your_lastfm_api_key\n      - LASTFM_SHARED_SECRET=your_lastfm_shared_secret\n      - LASTFM_REDIRECT_URL=http://127.0.0.1:7276/lastfm/callback\n      # ListenBrainz (Required when SCROBBLET_TARGETS=ListenBrainz)\n      - LISTENBRAINZ_URL=https://api.listenbrainz.org  # Optional\n      - LISTENBRAINZ_TOKEN=your_listenbrainz_token\n      # Maloja (Required when SCROBBLET_TARGETS=Maloja)\n      - MALOJA_URL=your_maloja_url\n      - MALOJA_TOKEN=your_maloja_token\n      # Koito (Required when SCROBBLET_TARGETS=Koito)\n      - KOITO_URL=your_koito_url\n      - KOITO_TOKEN=your_koito_token\n      # CSV (Optional when SCROBBLET_TARGETS=CSV)\n      - CSV_FILE_PATH=/etc/scrobblet/scrobbles.csv # Optional\n    restart: unless-stopped\nvolumes:\n  scrobblet-data:\n```\n\nStart the service with `docker-compose up -d`.\n\n## Configuration\n\nFor detailed configuration instructions, see the [Configuration Guide](docs/configuration.md).\n\n## License\n\nThis project is licensed under the GNU General Public License v3.0. See the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdegeens%2Fscrobblet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdegeens%2Fscrobblet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdegeens%2Fscrobblet/lists"}