{"id":23171783,"url":"https://github.com/burritosoftware/icecast-scrobbler","last_synced_at":"2025-08-18T07:32:14.847Z","repository":{"id":213785877,"uuid":"734905449","full_name":"burritosoftware/Icecast-Scrobbler","owner":"burritosoftware","description":"An Icecast internet radio scrobbler for Last.fm, primarily designed for Friday Night Tracks","archived":true,"fork":false,"pushed_at":"2025-08-02T04:17:05.000Z","size":36,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-02T06:54:25.181Z","etag":null,"topics":["icecast","lastfm","scrobbler"],"latest_commit_sha":null,"homepage":"","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/burritosoftware.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}},"created_at":"2023-12-23T01:19:19.000Z","updated_at":"2025-08-02T04:17:23.000Z","dependencies_parsed_at":"2023-12-23T04:22:31.297Z","dependency_job_id":"1e7a6167-b95c-41fd-ba0c-6066f6da270a","html_url":"https://github.com/burritosoftware/Icecast-Scrobbler","commit_stats":null,"previous_names":["burritosoftware/icecast-scrobbler"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/burritosoftware/Icecast-Scrobbler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/burritosoftware%2FIcecast-Scrobbler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/burritosoftware%2FIcecast-Scrobbler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/burritosoftware%2FIcecast-Scrobbler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/burritosoftware%2FIcecast-Scrobbler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/burritosoftware","download_url":"https://codeload.github.com/burritosoftware/Icecast-Scrobbler/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/burritosoftware%2FIcecast-Scrobbler/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270961683,"owners_count":24675914,"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-08-18T02:00:08.743Z","response_time":89,"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":["icecast","lastfm","scrobbler"],"created_at":"2024-12-18T04:19:32.995Z","updated_at":"2025-08-18T07:32:14.667Z","avatar_url":"https://github.com/burritosoftware.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WARNING: Now deprecated!\nI created a more robust scrobbler specifically for Friday Night Tracks that uses a direct API for better reliability. If you currently use this project to scrobble Friday Night Tracks, please switch to [FNT-Scrobbler](https://github.com/burritosoftware/FNT-Scrobbler)! If you use this for other Icecast streams, I don't really have motivation to continue maintaining this, so I will be archiving it, sorry :( Consider spinning up a fork to keep it alive if you want!\n\n---\n\n# Icecast Scrobbler\n![Icons](https://skillicons.dev/icons?i=py)\n\n[![wakatime](https://wakatime.com/badge/github/burritosoftware/Icecast-Scrobbler.svg)](https://wakatime.com/badge/github/burritosoftware/Icecast-Scrobbler) [![Last updated](https://img.shields.io/github/last-commit/burritosoftware/Icecast-Scrobbler/master?logo=github\u0026label=last%20updated)](https://github.com/burritosoftware/Icecast-Scrobbler/commits/master)\n\nAn Icecast internet radio scrobbler for Last.fm, primarily designed around [Friday Night Tracks](https://fridaynighttracks.com), that includes many quality-of-life features for the monthly live radio show.\n\n\u003e [!WARNING]  \n\u003e This is not pretty and I would like to make it a bit more convenient than running a Python script. As a constant work-in-progress, expect bugs!\n\n## Get It Running\n1. Make sure you have Python installed.\n2. Install/upgrade dependencies:\n```\npip install -U -r requirements.txt\n```\n3. Duplicate `.env-example` to `.env`, and add a Last.fm API key and secret from https://www.last.fm/api/account/create.\n\u003e [!NOTE]  \n\u003e The configuration is, by default, set to work best with xbn.fm/Friday Night Tracks and requires no further configuration. However, if you are using an Icecast stream that only outputs one source, set `ICECAST_MULTI_SOURCE` to `False`. Additionally, if you don't want any tag removal, set the `TAG_REGEX` to `(?!x)x` to disable it.\n```\ncp .env-example .env\nnano .env\n```\n4. Start the scrobbler. On first run, it'll ask you to authorize in a web browser. Then it'll start sending what's currently playing and scrobble songs once they end.\n```\npython3 scrobble.py\n```\n\n## Contributing\nAll contributions welcome! I am primarily using this for Friday Night Tracks, so while I can assist you with using this for other Icecast streams, I'm primarily making sure bugs are ironed out for FNT. However, if you're having issues either way, please open an issue and I'll try to do my best!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fburritosoftware%2Ficecast-scrobbler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fburritosoftware%2Ficecast-scrobbler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fburritosoftware%2Ficecast-scrobbler/lists"}