{"id":18462528,"url":"https://github.com/thomthom/play-play","last_synced_at":"2026-05-02T17:35:57.229Z","repository":{"id":146596386,"uuid":"100178075","full_name":"thomthom/play-play","owner":"thomthom","description":"A Raspberry Pi powered display board for organising game matches","archived":false,"fork":false,"pushed_at":"2018-12-11T16:39:08.000Z","size":1175,"stargazers_count":0,"open_issues_count":9,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-28T12:19:12.621Z","etag":null,"topics":["boardgame","dashboard","flask","organizer","python","raspberry-pi","server"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/thomthom.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":"2017-08-13T13:22:03.000Z","updated_at":"2018-12-11T16:39:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"622a558a-eabe-458f-8661-ad4b3399986e","html_url":"https://github.com/thomthom/play-play","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/thomthom/play-play","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomthom%2Fplay-play","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomthom%2Fplay-play/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomthom%2Fplay-play/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomthom%2Fplay-play/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thomthom","download_url":"https://codeload.github.com/thomthom/play-play/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomthom%2Fplay-play/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271400259,"owners_count":24752830,"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","status":"online","status_checked_at":"2025-08-20T02:00:09.606Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["boardgame","dashboard","flask","organizer","python","raspberry-pi","server"],"created_at":"2024-11-06T09:02:50.696Z","updated_at":"2025-10-17T10:14:22.500Z","avatar_url":"https://github.com/thomthom.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Play-Play\n\n## What is Play-Play?\n\nA web application for creating display boards organizing game matches. Let your\nfriends and colleagues know when and what is being played.\n\n![alt text](images/playplay-dashboard.png)\n\n![alt text](images/playplay-add-match.png)\n\n## Requirements\n\nThese are what was used to create the project. It does not necessary represent\nminimum requirements.\n\n* Rasberry Pi 3\n* Raspian Stretch\n* Python 3\n\n### Fonts\n\nIf you try to view the app from the Pi, or any other Linux distribution you\nmight experience that some glyphs doesn't display correctly. You might see\nsquares instead. For a workaround to this refer to [FONTS.md](FONTS.md).\n\n## Configuration\n\nThe application can be configured by creating a `playplay/config.js` file.\nYou can use `playplay/config.default.json` as a reference template.\n\nRight now it's just the application title.\n\n    {\n      \"title\": \"Play-Play\"\n    }\n\n## Development Server\n\nPlay-Play is a Flask application. You can use Flask's development server for\ndevelopment testing.\n\n**For release deployment see [DEPLOYMENT.md](DEPLOYMENT.md).**\n\n### Setting Up\n\n#### Clone the project\n\n    mkdir ~/code\n    cd ~/code\n    git clone https://github.com/thomthom/play-play.git\n\n#### Create a Python Virtual Environment\n\n    sudo pip3 install virtualenv\n    virtualenv playplayenv\n    source playplayenv/bin/activate\n\n#### Install Flask App\n\n    pip install --editable .\n\n#### Configure Flask App\n\n    export FLASK_APP=playplay\n    flask initdb\n\n#### Run Development Server\n\n    flask run\n\nThe application can be accessed from: http://localhost:5000/\n\nTo allow access from the network:\n\n    flask run --host=0.0.0.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomthom%2Fplay-play","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthomthom%2Fplay-play","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomthom%2Fplay-play/lists"}