{"id":20696799,"url":"https://github.com/audio-engineer/chess-teacher-stockfish","last_synced_at":"2025-05-10T18:31:33.807Z","repository":{"id":228454948,"uuid":"774041270","full_name":"audio-engineer/chess-teacher-stockfish","owner":"audio-engineer","description":"Stockfish REST API for ChessTeacher project","archived":true,"fork":false,"pushed_at":"2024-05-28T18:09:32.000Z","size":79,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-11T02:48:22.291Z","etag":null,"topics":["chess","chess-engine","docker","python","university-project"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/audio-engineer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-18T20:55:28.000Z","updated_at":"2025-01-25T20:58:03.000Z","dependencies_parsed_at":"2024-04-07T18:23:02.134Z","dependency_job_id":"590a0525-3641-476f-a1f5-3203373a5c07","html_url":"https://github.com/audio-engineer/chess-teacher-stockfish","commit_stats":null,"previous_names":["audio-engineer/aau-p2-stockfish"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/audio-engineer%2Fchess-teacher-stockfish","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/audio-engineer%2Fchess-teacher-stockfish/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/audio-engineer%2Fchess-teacher-stockfish/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/audio-engineer%2Fchess-teacher-stockfish/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/audio-engineer","download_url":"https://codeload.github.com/audio-engineer/chess-teacher-stockfish/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253463656,"owners_count":21912866,"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","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":["chess","chess-engine","docker","python","university-project"],"created_at":"2024-11-17T00:15:24.111Z","updated_at":"2025-05-10T18:31:33.326Z","avatar_url":"https://github.com/audio-engineer.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ChessTeacher Stockfish\n\nThis containerized Python application is a REST API\nbuilt using FastAPI that serves [Stockfish](https://stockfishchess.org/) engine responses using\n[py-stockfish/stockfish](https://github.com/py-stockfish/stockfish) as a wrapper.\n\nThe Stockfish software is licensed under GPL v3.\nThe full source code for the version of the software used in this project can be found here:\n[official-stockfish/Stockfish](https://github.com/official-stockfish/Stockfish/tree/sf_16.1).\n\nTo build it, run:\n\n```shell\ndocker build -t audio-engineer/chess-teacher-stockfish:latest .\n```\n\nOr, if you are using PyCharm, run the `Build` run configuration.\n\n## Documentation\n\nAPI documentation can be found at [localhost:8000/docs](http://localhost:8000/docs) and\n[localhost:8000/redoc](http://localhost:8000/redoc).\n\n## Local Development\n\n```shell\ndocker compose up -d\n```\n\n```shell\ndocker exec -it chess-teacher-stockfish-python-1 /bin/sh\n```\n\n```shell\nfastapi dev --host 0.0.0.0 src/chess_teacher_stockfish/main.py\n```\n\nTo run the linters in the `python` service container:\n\n```shell\npylint src/ \u0026\u0026 flake8 \u0026\u0026 ruff check\n```\n\nTo run the testing suite in the `python` service container:\n\n```shell\npython -m pytest --cov=src.chess_teacher_stockfish\n```\n\n```shell\ndocker compose down\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faudio-engineer%2Fchess-teacher-stockfish","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faudio-engineer%2Fchess-teacher-stockfish","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faudio-engineer%2Fchess-teacher-stockfish/lists"}