{"id":13936870,"url":"https://github.com/agermanidis/TranscriptBot","last_synced_at":"2025-07-19T22:32:51.220Z","repository":{"id":57476896,"uuid":"58977914","full_name":"agermanidis/TranscriptBot","owner":"agermanidis","description":"Auto-transcribe your meetings to Slack in real time","archived":false,"fork":false,"pushed_at":"2019-11-03T23:26:44.000Z","size":10,"stargazers_count":153,"open_issues_count":3,"forks_count":13,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-08-08T23:24:41.439Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/agermanidis.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}},"created_at":"2016-05-17T00:43:02.000Z","updated_at":"2024-02-11T10:43:58.000Z","dependencies_parsed_at":"2022-09-14T17:11:09.409Z","dependency_job_id":null,"html_url":"https://github.com/agermanidis/TranscriptBot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agermanidis%2FTranscriptBot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agermanidis%2FTranscriptBot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agermanidis%2FTranscriptBot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agermanidis%2FTranscriptBot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/agermanidis","download_url":"https://codeload.github.com/agermanidis/TranscriptBot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226693903,"owners_count":17667757,"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":[],"created_at":"2024-08-07T23:03:04.346Z","updated_at":"2024-11-27T05:30:37.873Z","avatar_url":"https://github.com/agermanidis.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"![img](http://i.imgur.com/mAaNgvr.gif)\n\n## TranscriptBot: Real-time voice transcription Slack bot\n\n### Introduction\n\nTranscriptBot is a command-line utility that listens to the sound input from your mic, transcribes each sentence it hears using the Google Web Speech API, and posts it to Slack in real-time. It lets people on your team who are not physically present follow along a meeting or conversation without having to join in a video conference call.\n\n### Installation\n\n1. Install ffmpeg: `brew install ffmpeg` (Mac OS X) or `apt-get install ffmpeg` (Ubuntu).\n2. Install portaudio: `brew install portaudio` (Mac OS X) or `apt-get install portaudio19-dev` (Ubuntu).\n2. Install TranscriptBot: `pip install transcriptbot`\n\n### Setting up an incoming webhook for your channel\n\nTo use TranscriptBot on a given Slack channel, you first need to set up an incoming webhook. Here's how:\n\n1. Sign in to your Slack team and [create a new webhook](https://my.slack.com/services/new/incoming-webhook/) after selecting the channel you want your bot to post to.\n2. Copy the resulting Webhook URL and add it to TranscriptBot:\n\n```bash\n$ transcriptbot hooks add my-new-hook https://hooks.slack.com/services/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\n\n# if you want to use the hook in your next recording\n$ transcriptbot hooks use my-new-hook\n```\n\nRepeat this process every time you want to post to a new channel.\n\n### Usage options\n\n```\ntranscriptbot - Real-time voice transcription Slack bot\n\nUsage:\n  transcriptbot record [-i \u003caudio-device\u003e] [--no-slack] [-k \u003chook-url\u003e] [-n \u003cname\u003e]\n  transcriptbot hooks add \u003chook-name\u003e \u003chook-url\u003e\n  transcriptbot hooks remove \u003chook-name\u003e\n  transcriptbot hooks use \u003chook-name\u003e\n  transcriptbot hooks list\n  transcriptbot list_audio_devices\n  transcriptbot use_name \u003cname\u003e\n\nOptions:\n  --version                        Show version.\n  -h, --help                       Show this screen.\n  -i, --audio-device               Specify audio device to record with (default = 0).\n  -k, --hook-url                   Hook URL to use to post transcription to Slack.\n  -n, --name                       Name to appear on Slack (default = your OS user name).\n  --no-slack                       Print the transcripts but do not post them to Slack.\n```\n\n### License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagermanidis%2FTranscriptBot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagermanidis%2FTranscriptBot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagermanidis%2FTranscriptBot/lists"}