{"id":15611805,"url":"https://github.com/jeschkies/spotify-connect-scrobbler","last_synced_at":"2026-02-22T02:03:11.249Z","repository":{"id":149133186,"uuid":"91982954","full_name":"jeschkies/spotify-connect-scrobbler","owner":"jeschkies","description":"A Small Webservice That Scrobbles Spotify Connect Plays","archived":false,"fork":false,"pushed_at":"2017-08-02T22:13:18.000Z","size":25,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-19T09:53:39.677Z","etag":null,"topics":["lastfm-api","scrobble-bot","scrobbler","spotify-api"],"latest_commit_sha":null,"homepage":null,"language":"Python","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/jeschkies.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":"2017-05-21T19:45:05.000Z","updated_at":"2023-07-14T20:51:16.000Z","dependencies_parsed_at":"2023-09-03T00:03:30.412Z","dependency_job_id":null,"html_url":"https://github.com/jeschkies/spotify-connect-scrobbler","commit_stats":{"total_commits":26,"total_committers":1,"mean_commits":26.0,"dds":0.0,"last_synced_commit":"0f0de56742a50e6eff7c3928b3dcd5c23a6969b0"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jeschkies/spotify-connect-scrobbler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeschkies%2Fspotify-connect-scrobbler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeschkies%2Fspotify-connect-scrobbler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeschkies%2Fspotify-connect-scrobbler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeschkies%2Fspotify-connect-scrobbler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jeschkies","download_url":"https://codeload.github.com/jeschkies/spotify-connect-scrobbler/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeschkies%2Fspotify-connect-scrobbler/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29703254,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T23:35:04.139Z","status":"online","status_checked_at":"2026-02-22T02:00:08.193Z","response_time":110,"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":["lastfm-api","scrobble-bot","scrobbler","spotify-api"],"created_at":"2024-10-03T06:08:02.114Z","updated_at":"2026-02-22T02:03:11.224Z","avatar_url":"https://github.com/jeschkies.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# A Spotify Connect Scrobbler\n\n[![Build Status](https://travis-ci.org/jeschkies/spotify-connect-scrobbler.svg?branch=master)](https://travis-ci.org/jeschkies/spotify-connect-scrobbler) [![codecov](https://codecov.io/gh/jeschkies/spotify-connect-scrobbler/branch/master/graph/badge.svg)](https://codecov.io/gh/jeschkies/spotify-connect-scrobbler)\n\nA Small Webservice That Scrobbles Spotify Connect Plays\n\n# Setup\n\nThe best way to run this scrobbler is with [virtualenv](https://virtualenv.pypa.io).\nAssuming you have already virtualenv and Python 3.6 installed, create a new environment\n\n  ```bash\n  virtualenv \u003cpath to env\u003e --python=python3.6\n  ```\n\nActivate the environment and install the scrobbler from git:\n\n  ```bash\n  cd \u003cpath to env\u003e\n  source bin/activate\n  bin/pip install git+https://github.com/jeschkies/spotify-connect-scrobbler.git\n  ```\n\nVerify that the scrobbler is avialable:\n\n  ```bash\n  scrobbler --help\n  ```\n\nThe scrobbler requires access tokens to the Spotify web API and Last.fm API.\nYou authenticate your accounts with\n\n  ```\n  SPOTIFY_CLIENT_ID=\u003cYour app ID\u003e \\\n  SPOTIFY_CLIENT_SECRET=\u003cYour app secret\u003e \\\n  LASTFM_API_KEY=\u003cYour app key\u003e \\\n  LASTFM_API_SECRET=\u003cYour app secret\u003e \\\n  scrobbler-auth \u003cpath to credentials file\u003e\n  ```\n\nAfter you've followed the instructions the access tokens are saved to the\ncredentials file you've specified. This file is required by the scrobbler.\n\n# Build Instructions\n\nWe use tox for building and testing. Just install and run tox\n\n  ```\n  pip install tox\n  tox\n  ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeschkies%2Fspotify-connect-scrobbler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjeschkies%2Fspotify-connect-scrobbler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeschkies%2Fspotify-connect-scrobbler/lists"}