{"id":51417690,"url":"https://github.com/offendingcommit/commit-bingo","last_synced_at":"2026-07-04T21:30:24.578Z","repository":{"id":276694447,"uuid":"929999177","full_name":"offendingcommit/commit-bingo","owner":"offendingcommit","description":"Bingo Card used on Twitch","archived":false,"fork":false,"pushed_at":"2025-11-15T21:37:09.000Z","size":410,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-06-04T21:48:19.393Z","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/offendingcommit.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null}},"created_at":"2025-02-09T21:44:56.000Z","updated_at":"2025-11-15T21:37:14.000Z","dependencies_parsed_at":"2025-04-07T00:30:14.154Z","dependency_job_id":null,"html_url":"https://github.com/offendingcommit/commit-bingo","commit_stats":null,"previous_names":["offendingcommit/commit-bingo"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/offendingcommit/commit-bingo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/offendingcommit%2Fcommit-bingo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/offendingcommit%2Fcommit-bingo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/offendingcommit%2Fcommit-bingo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/offendingcommit%2Fcommit-bingo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/offendingcommit","download_url":"https://codeload.github.com/offendingcommit/commit-bingo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/offendingcommit%2Fcommit-bingo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35136712,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-04T02:00:05.987Z","response_time":113,"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":[],"created_at":"2026-07-04T21:30:24.177Z","updated_at":"2026-07-04T21:30:24.571Z","avatar_url":"https://github.com/offendingcommit.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bingo\n\n![GitHub release (latest by date)](https://img.shields.io/github/v/release/OffendingCommit/commit-bingo)\n![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/OffendingCommit/commit-bingo/ci.yml)\n![GitHub](https://img.shields.io/github/license/OffendingCommit/commit-bingo)\n[![YouTube Channel Subscribers](https://img.shields.io/youtube/channel/subscribers/UCRg6iaKDCCzP_BWXZ0r5sdw)](https://youtube.com/@offendingcommit)\n[![Twitch Status](https://img.shields.io/twitch/status/offendingcommit)](https://twitch.tv/offendingcommit)\n\nA customizable bingo board generator built with NiceGUI and Python. Create interactive bingo games for your streams, meetings, or events!\n\n![Bingo Board Screenshot](https://raw.githubusercontent.com/OffendingCommit/commit-bingo/main/static/screenshot.png)\n\n## Features\n\n- **Custom Phrases**: Supply your own list of phrases for unique bingo experiences\n- **Shareable Boards**: Generate view-only links to share with your audience\n- **Interactive UI**: Mark squares with a simple click\n- **Stream Integration**: Perfect for Twitch and YouTube streamers\n- **Responsive Design**: Works on desktop and mobile devices\n- **Docker Support**: Easy deployment with Docker\n- **Kubernetes Ready**: Helm charts included for Kubernetes deployment\n\n## Installation\n\n### Prerequisites\n\n- Python 3.12 or higher\n- Poetry (recommended for dependency management)\n\n### Quick Setup\n\n```bash\n# Clone the repository\ngit clone https://github.com/OffendingCommit/commit-bingo.git\ncd commit-bingo\n\n# Run the setup script\n./setup.sh\n```\n\n### Manual Setup\n\n```bash\n# Clone the repository\ngit clone https://github.com/OffendingCommit/commit-bingo.git\ncd commit-bingo\n\n# Install dependencies with Poetry\npoetry install\n\n# Run the application\npoetry run python main.py\n```\n\n### Docker Installation\n\n```bash\n# Build the Docker image\ndocker build -t bingo .\n\n# Run the container\ndocker run -p 8080:8080 bingo\n```\n\n### Kubernetes Deployment\n\n```bash\n# Deploy using Helm\ncd helm \u0026\u0026 ./package.sh\nhelm install bingo ./bingo\n```\n\n## Usage\n\n1. Access the application at `http://localhost:8080`\n2. Customize your bingo phrases in `phrases.txt` or through the UI\n3. Share the view-only link with your audience\n4. Mark squares as they occur during your stream or event\n\n## Configuration\n\n### Custom Phrases\n\nEdit the `phrases.txt` file to add your own phrases, one per line. The application will randomly select from these phrases to generate boards.\n\n### Environment Variables\n\n- `PORT`: Set the port number (default: 8080)\n- `HOST`: Set the host address (default: 0.0.0.0)\n- `DEBUG`: Enable debug mode (default: False)\n\n## Development\n\nFor detailed development instructions and code standards, see [CLAUDE.md](CLAUDE.md).\n\n```bash\n# Install dev dependencies\npoetry install\n\n# Run tests\npoetry run pytest\n\n# Run linters\npoetry run flake8\npoetry run black --check .\npoetry run isort --check .\n\n# Format code\npoetry run black .\npoetry run isort .\n```\n\n## About the Author\n\n[Offending Commit](https://github.com/OffendingCommit) is a software engineer, streamer, and content creator focused on coding, technology, and programming best practices.\n\n- **YouTube**: [Offending Commit](https://youtube.com/@offendingcommit) - Tutorials, coding sessions, and tech reviews\n- **Twitch**: [offendingcommit](https://twitch.tv/offendingcommit) - Live coding streams and interactive programming sessions\n- **GitHub**: [OffendingCommit](https://github.com/OffendingCommit) - Open source projects and contributions\n\nJoin the community to learn about software development, DevOps, and tooling in a fun and engaging environment!\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes using conventional commits (`git commit -m 'feat: add amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Acknowledgments\n\n- [NiceGUI](https://github.com/zauberzeug/nicegui) for the UI framework\n- All contributors and community members\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foffendingcommit%2Fcommit-bingo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foffendingcommit%2Fcommit-bingo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foffendingcommit%2Fcommit-bingo/lists"}