{"id":20875574,"url":"https://github.com/iamseth/puzzler","last_synced_at":"2026-04-24T17:02:38.318Z","repository":{"id":138469118,"uuid":"331498255","full_name":"iamseth/puzzler","owner":"iamseth","description":"Dumb chess puzzle creator thing","archived":false,"fork":false,"pushed_at":"2021-01-21T03:04:11.000Z","size":85,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-12T16:17:17.688Z","etag":null,"topics":[],"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/iamseth.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":"2021-01-21T03:02:43.000Z","updated_at":"2021-01-21T03:04:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"e7da0307-036c-4139-a1fb-f42647b37ada","html_url":"https://github.com/iamseth/puzzler","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/iamseth/puzzler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamseth%2Fpuzzler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamseth%2Fpuzzler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamseth%2Fpuzzler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamseth%2Fpuzzler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iamseth","download_url":"https://codeload.github.com/iamseth/puzzler/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamseth%2Fpuzzler/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32232624,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T13:21:15.438Z","status":"ssl_error","status_checked_at":"2026-04-24T13:21:15.005Z","response_time":64,"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":[],"created_at":"2024-11-18T06:47:03.528Z","updated_at":"2026-04-24T17:02:38.283Z","avatar_url":"https://github.com/iamseth.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# puzzler\n\nQuick script to read in a Chess PGN file and find blunders during the game.\n\nIf a blunder is detected, the position, the bad move that was made during the game, and the engine's list of better moves are given.\n\nAdditionally, a link to an analysis board on Chess.com is provided. Maybe I'll make my own UI at some point using https://chessboardjs.com\n\n\n## Example\n\nRunning against the sample PGN as my username.\n\n```bash\n\u003e ./puzzler.py iamsethmiller ./data/sample.pgn \n\nFEN: 2kr3r/b1p2pp1/P1ppb1qp/4p3/P3P3/3P3P/2PQNPPK/RN3R2 b - - 0 16\nLink: https://www.chess.com/analysis?fen=2kr3r/b1p2pp1/P1ppb1qp/4p3/P3P3/3P3P/2PQNPPK/RN3R2 b - - 0 16\nBad Move: c5\nBetter Moves: ['c8d7', 'a4a5', 'g6f6', 'b1c3', 'g7g5', 'a1b1', 'd8a8', 'c3a4', 'h8b8', 'b1b7', 'd7c8', 'd2c3', 'e6d7', 'f1b1', 'f6f2', 'e2g3', 'f2d4', 'g3f5', 'd4c3', 'a4c3', 'd7e6', 'f5e7', 'c8d7', 'b7a7', 'a8a7', 'b1b8', 'd7e7']\n\nFEN: 2kr3r/b4pp1/P1ppb1qp/P1p1p3/4P3/2NP3P/2PQNPPK/R4R2 b - - 0 18\nLink: https://www.chess.com/analysis?fen=2kr3r/b4pp1/P1ppb1qp/P1p1p3/4P3/2NP3P/2PQNPPK/R4R2 b - - 0 18\nBad Move: d5\nBetter Moves: ['c8c7', 'f2f4']\n\nFEN: 2kr3r/b4pp1/P1p1b1qp/P1pPp3/8/2NP3P/2PQNPPK/R4R2 b - - 0 19\nLink: https://www.chess.com/analysis?fen=2kr3r/b4pp1/P1p1b1qp/P1pPp3/8/2NP3P/2PQNPPK/R4R2 b - - 0 19\nBad Move: cxd5\nBetter Moves: ['e6d5', 'e2g3', 'h6h5', 'a1b1', 'd8d7', 'd2e1', 'h5h4', 'g3e4', 'f7f5', 'c3d5', 'c6d5', 'e4c3', 'e5e4', 'c3a4', 'g6d6', 'h2g1', 'd6a6', 'a4b6', 'a7b6', 'b1b6', 'h8h6', 'b6a6', 'h6a6', 'e1c3']\n\nFEN: 2kr3r/b4pp1/P3b1qp/PNppp3/8/3P3P/2PQNPPK/R4R2 b - - 1 20\nLink: https://www.chess.com/analysis?fen=2kr3r/b4pp1/P3b1qp/PNppp3/8/3P3P/2PQNPPK/R4R2 b - - 1 20\nBad Move: Bb8\nBetter Moves: ['d8d7']\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamseth%2Fpuzzler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiamseth%2Fpuzzler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamseth%2Fpuzzler/lists"}