{"id":32164537,"url":"https://github.com/boonious/coda","last_synced_at":"2026-02-20T00:31:47.727Z","repository":{"id":191920298,"uuid":"685658461","full_name":"boonious/coda","owner":"boonious","description":"Analytics and visualisation of music listening history 听歌历史","archived":false,"fork":false,"pushed_at":"2023-10-12T14:16:38.000Z","size":1365,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-21T14:51:03.659Z","etag":null,"topics":["analytics","elixir","lastfm"],"latest_commit_sha":null,"homepage":"https://hex.pm/packages/coda","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/boonious.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2023-08-31T18:03:45.000Z","updated_at":"2023-10-09T10:13:52.000Z","dependencies_parsed_at":"2023-10-13T02:45:03.940Z","dependency_job_id":null,"html_url":"https://github.com/boonious/coda","commit_stats":null,"previous_names":["boonious/coda"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/boonious/coda","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boonious%2Fcoda","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boonious%2Fcoda/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boonious%2Fcoda/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boonious%2Fcoda/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boonious","download_url":"https://codeload.github.com/boonious/coda/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boonious%2Fcoda/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29637408,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T22:32:43.237Z","status":"ssl_error","status_checked_at":"2026-02-19T22:32:38.330Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["analytics","elixir","lastfm"],"created_at":"2025-10-21T14:47:12.049Z","updated_at":"2026-02-20T00:31:47.721Z","avatar_url":"https://github.com/boonious.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Coda: music listening history [![Build Status](https://github.com/boonious/coda/actions/workflows/elixir.yml/badge.svg)](https://github.com/boonious/coda/actions/workflows/elixir.yml) [![Hex pm](http://img.shields.io/hexpm/v/coda.svg?style=flat)](https://hex.pm/packages/coda)\n\nAnalytics and visualisation of Last.fm music listening history 听歌历史.\n\n`coda` currently experimental and works with Last.fm columnar data extracted by\n[lastfm_archive](https://github.com/boonious/lastfm_archive). See:\n[Creating a file archive](https://github.com/boonious/lastfm_archive#livebook-guides).\n\nSee [on this day ♫](#livebook) analytics Livebook.\n\n## Usage\n \nFor now, you can deploy and use the tool in [Livebook](https://livebook.dev) while\nan analytics API and functionality are being refactored and developed.\n\n### Livebook\n[On this day ♫](https://hexdocs.pm/coda/on_this_day.html) presents\nanalytics of music discovered (new) and most played Lastfm scrobbles \non this day (today) over the years. \nThe page also features an interactive [Kino explorer](https://hexdocs.pm/kino_explorer/Kino.Explorer.html)\nto help delving into the data.\n\n[![Run in Livebook](https://livebook.dev/badge/v1/blue.svg)](https://livebook.dev/run?url=https%3A%2F%2Fraw.githubusercontent.com%2Fboonious%2Fcoda%2Fmaster%2Flivebook%2Fon_this_day.livemd)\n\n\n![overview on this day](assets/img/livebook_on_this_day_overview.png)\n\n![on this day most played analytics](assets/img/livebook_on_this_day_most_played_analytics.png)\n\n![new on this day analytics](assets/img/livebook_on_this_day_new.png)\n\n## Requirement\n\nThis tool requires Elixir and Erlang (see [installation](https://elixir-lang.org/install.html) details\nfor various operating systems) or [Livebook](https://livebook.dev).\n\n## Installation\n\n`coda` is [available in Hex](https://hex.pm/packages/coda),\nthe package can be installed by adding `coda`\nto your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:coda, \"~\u003e 0.3\"}\n  ]\nend\n```\n\nDocumentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)\nand published on [HexDocs](https://hexdocs.pm). Once published, the docs can\nbe found at [https://hexdocs.pm/coda](https://hexdocs.pm/coda).\n\n## Configuration\nAdd the following `lastfm_archive` config in `config/config.exs`:\n\n```elixir\n  config :lastfm_archive,\n    user: \"lastfm_user\", # Lastfm user\n    data_dir: \"./lastfm_data/\", # directory containing Lastfm file data,\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboonious%2Fcoda","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboonious%2Fcoda","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboonious%2Fcoda/lists"}