{"id":22892046,"url":"https://github.com/tjeufoolen/mastermind","last_synced_at":"2026-05-03T06:36:19.126Z","repository":{"id":181848206,"uuid":"245118173","full_name":"tjeufoolen/Mastermind","owner":"tjeufoolen","description":"The popular game Mastermind rebuild using python and flask","archived":false,"fork":false,"pushed_at":"2024-02-24T16:24:43.000Z","size":1679,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-31T22:09:18.667Z","etag":null,"topics":["flask","flask-wtf","game","jinja","mastermind","python"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":false,"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/tjeufoolen.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":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2020-03-05T09:18:56.000Z","updated_at":"2024-02-24T16:24:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"e1411237-103c-4a33-8bec-10764ea254c6","html_url":"https://github.com/tjeufoolen/Mastermind","commit_stats":null,"previous_names":["tjeufoolen/flask_mastermind","tjeufoolen/mastermind"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tjeufoolen/Mastermind","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tjeufoolen%2FMastermind","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tjeufoolen%2FMastermind/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tjeufoolen%2FMastermind/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tjeufoolen%2FMastermind/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tjeufoolen","download_url":"https://codeload.github.com/tjeufoolen/Mastermind/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tjeufoolen%2FMastermind/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32560857,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T03:21:47.309Z","status":"ssl_error","status_checked_at":"2026-05-03T03:21:43.884Z","response_time":103,"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":["flask","flask-wtf","game","jinja","mastermind","python"],"created_at":"2024-12-13T22:58:01.704Z","updated_at":"2026-05-03T06:36:19.100Z","avatar_url":"https://github.com/tjeufoolen.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mastermind\nThe popular game Mastermind rebuild using python and flask\n\n## Prerequisites\n- virtualenvironment (venv)\n- pip packages\n    - Flask\n    - Flask-WTF\n    - python-dotenv\n\n## Getting Started\n1. Clone this repository.\n2. Create a `mastermind.db` file inside the `storage` folder.\n3. Execute the sql from `storage/mastermind.sql` onto the `mastermind.db` you just created.\n4. Copy and rename `.env.example` to `.env`.\n5. Fill in your credentials inside the `.env`.\n6. Run the flask program. (For tips on how to checkout the #Development tips below)\n7. Enjoy! :tada:\n    \n## Development tips\nTo enable automatic rebuilding on code change, set the current flask app to run in a dev environment.\nSee the code examples below for more information on how to set this up on windows or unix.\n\n**Unix**\n```\nexport FLASK_APP=app.py\nexport FLASK_ENV=development\nflask run\n```\n\n**Windows**\n```\nset FLASK_APP=app.py\nset FLASK_ENV=development\nflask run\n```\n\n## Authors\n- [Micha Nijenhof](https://github.com/killermi200)\n- [Tjeu Foolen](https://github.com/tjeufoolen)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftjeufoolen%2Fmastermind","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftjeufoolen%2Fmastermind","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftjeufoolen%2Fmastermind/lists"}