{"id":23564548,"url":"https://github.com/codenamev/meeting-buddy","last_synced_at":"2026-02-03T21:31:38.897Z","repository":{"id":269095046,"uuid":"906419717","full_name":"codenamev/meeting-buddy","owner":"codenamev","description":"A Ruby command-line framework for real-time audio transcription with event handling","archived":false,"fork":false,"pushed_at":"2024-12-21T19:10:20.000Z","size":27,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-04T11:27:53.517Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/codenamev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":"CODE_OF_CONDUCT.md","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":"2024-12-20T21:43:20.000Z","updated_at":"2025-10-17T21:18:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"478fde36-dddb-459b-8eca-cabee636f415","html_url":"https://github.com/codenamev/meeting-buddy","commit_stats":null,"previous_names":["codenamev/meeting-buddy"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/codenamev/meeting-buddy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codenamev%2Fmeeting-buddy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codenamev%2Fmeeting-buddy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codenamev%2Fmeeting-buddy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codenamev%2Fmeeting-buddy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codenamev","download_url":"https://codeload.github.com/codenamev/meeting-buddy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codenamev%2Fmeeting-buddy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29058252,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T20:13:53.544Z","status":"ssl_error","status_checked_at":"2026-02-03T20:13:40.507Z","response_time":96,"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-12-26T17:16:27.922Z","updated_at":"2026-02-03T21:31:38.891Z","avatar_url":"https://github.com/codenamev.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MeetingBuddy\n\nMeetingBuddy is a Ruby framework for real-time audio transcription with event handling. It provides core functionality for applications requiring live speech-to-text conversion and processing.\n\n## Installation\n\n```bash\ngem install meeting-buddy\n```\n\n## Usage\n\nBasic usage with a custom assistant:\n\n```ruby\nrequire 'meeting_buddy'\n\nclass MyAssistant \u003c MeetingBuddy::Assistant\n  def on_transcription(text)\n    puts \"Transcribed: #{text}\"\n  end\nend\n\nsession = MeetingBuddy::Session.new(\n  name: \"my-meeting\",\n  assistants: [MyAssistant.new]\n)\n\nsession.start\n```\n\n### Configuration\n\n```ruby\nMeetingBuddy.configure do |config|\n  config.whisper_model = \"small.en\"  # Choose whisper model\n  config.root = \"path/to/files\"      # Set root directory\n  config.logger = Logger.new($stdout, level: Logger::DEBUG)\nend\n```\n\n### Requirements\n\n1. `git` (for whisper.cpp setup)\n2. `sdl2` (for audio input)\n3. OpenAI token in `OPENAI_ACCESS_TOKEN` env var\n4. MacOS (currently supported platform)\n\n## Development\n\nAfter checking out the repo:\n\n```bash\nbin/setup\nrake spec\n```\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/codenamev/meeting-buddy. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/codenamev/meeting-buddy/blob/main/CODE_OF_CONDUCT.md).\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n\n## Code of Conduct\n\nEveryone interacting in the Meeting::Buddy project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/codenamev/meeting-buddy/blob/main/CODE_OF_CONDUCT.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodenamev%2Fmeeting-buddy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodenamev%2Fmeeting-buddy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodenamev%2Fmeeting-buddy/lists"}