{"id":20895959,"url":"https://github.com/dan-q/who-said-it","last_synced_at":"2026-04-25T10:37:09.641Z","repository":{"id":139819018,"uuid":"465022602","full_name":"Dan-Q/who-said-it","owner":"Dan-Q","description":"Abnib game: guess who originally posted which WhatsApp message!","archived":false,"fork":false,"pushed_at":"2022-03-01T19:17:20.000Z","size":97,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-27T21:49:30.238Z","etag":null,"topics":["game","games","javascript","javascript-game","web","whatsapp","whatsapp-chat"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/Dan-Q.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":"2022-03-01T19:06:27.000Z","updated_at":"2022-03-01T19:18:05.000Z","dependencies_parsed_at":"2023-07-23T20:06:59.073Z","dependency_job_id":null,"html_url":"https://github.com/Dan-Q/who-said-it","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Dan-Q/who-said-it","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dan-Q%2Fwho-said-it","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dan-Q%2Fwho-said-it/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dan-Q%2Fwho-said-it/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dan-Q%2Fwho-said-it/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dan-Q","download_url":"https://codeload.github.com/Dan-Q/who-said-it/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dan-Q%2Fwho-said-it/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32259472,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T09:15:33.318Z","status":"ssl_error","status_checked_at":"2026-04-25T09:15:31.997Z","response_time":59,"last_error":"SSL_read: 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":["game","games","javascript","javascript-game","web","whatsapp","whatsapp-chat"],"created_at":"2024-11-18T10:31:36.847Z","updated_at":"2026-04-25T10:37:09.618Z","avatar_url":"https://github.com/Dan-Q.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Who Said It?\n\nA quick game I threw together to entertain some friends. It presents quotes from a shared WhatsApp group and challenges players to remember/guess who originally said them.\n\n![Screenshot of a game in progress](https://user-images.githubusercontent.com/53293/156233526-4814d081-8980-4bbc-a36c-b97113dd535a.png)\n\nOur private instance is not available, but you can take a copy of this project and adapt it for your own use by following the instructions below.\n\n## Setup\n\n1. Clone this repository.\n2. Create a `data.json` file in its directory with the format described below.\n3. Host the directory on a webserver and visit `index.html`.\n\n### `data.json` format\n\nThe JSON data file is an array of objects. Each object must include a `\"date\"` (any format; used for display only), `\"speaker\"` (the person who said the quote), and `\"message\"` (either a string or an array of strings). It may also include an `\"alwaysInclude\"`, an array of names of strings of other speakers who will always appear in the list of possible guesses. E.g.:\n\n```\n[\n\t{\n\t\t\"date\": \"01/02/2003\",\n\t\t\"speaker\": \"Alice\",\n\t\t\"message\": [ \"Hi, I'm Alice!\", \"I wrote two messages.\" ],\n\t},\n\t{\n\t\t\"date\": \"02/03/2004\",\n\t\t\"speaker\": \"Bob\",\n\t\t\"message\": \"You might think this message was written by Alice. But was it?\",\n\t\t\"alwaysInclude\": [ \"Alice\" ]\n\t},\n\t{\n\t\t\"date\": \"03/04/2005\",\n\t\t\"speaker\": \"Chris\",\n\t\t\"message\": \"This is very quotable.\"\n\t},\n\t{\n\t\t\"date\": \"04/05/2006\",\n\t\t\"speaker\": \"Chris\",\n\t\t\"message\": \"This is also very quotable.\"\n\t},\n\t{\n\t\t\"date\": \"05/06/2007\",\n\t\t\"speaker\": \"Debbie\",\n\t\t\"message\": [ \"Hey, I made a game! Come to this URL and see if you can remember who-said-what:\", \"https://example.com/\" ]\n\t}\n]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdan-q%2Fwho-said-it","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdan-q%2Fwho-said-it","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdan-q%2Fwho-said-it/lists"}