{"id":35015792,"url":"https://github.com/mdda/hotkey-whisper-dictation","last_synced_at":"2026-05-21T11:36:16.604Z","repository":{"id":266244430,"uuid":"897791674","full_name":"mdda/hotkey-whisper-dictation","owner":"mdda","description":"Adds dictation support for linux (single file solution)","archived":false,"fork":false,"pushed_at":"2024-12-03T09:03:12.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-03T10:20:08.227Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mdda.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":"2024-12-03T08:48:33.000Z","updated_at":"2024-12-03T09:03:15.000Z","dependencies_parsed_at":"2024-12-03T10:30:35.601Z","dependency_job_id":null,"html_url":"https://github.com/mdda/hotkey-whisper-dictation","commit_stats":null,"previous_names":["mdda/hotkey-whisper-dictation"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mdda/hotkey-whisper-dictation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdda%2Fhotkey-whisper-dictation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdda%2Fhotkey-whisper-dictation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdda%2Fhotkey-whisper-dictation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdda%2Fhotkey-whisper-dictation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mdda","download_url":"https://codeload.github.com/mdda/hotkey-whisper-dictation/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdda%2Fhotkey-whisper-dictation/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28072872,"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-12-27T02:00:05.897Z","response_time":58,"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":"2025-12-27T05:19:41.182Z","updated_at":"2026-05-21T11:36:16.587Z","avatar_url":"https://github.com/mdda.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Linux Transcription on hotkey\n##  First backend : Whisper (via OpenAI API)\n\n\n### Installation (Fedora)\n\n```bash\nsudo dnf install portaudio-devel xclip\n```\n\n```bash\n. ~/env312/bin/activate\nuv pip install pyyaml   # Configuration file reading\n#uv pip install openai   # OpenAI API for Whisper\n#uv pip install requests  # REST access for Google speech ingestion (Gemini-Flash?)\nuv pip install pynput   # Keyboard monitoring\nuv pip install pyaudio  # Audio reading\nuv pip install pyperclip  # Clipboard interface\n#uv pip install notify2 pydbus  # NOPE - notifications done via command line subprocess\n```\n\n### Running\n\nCopy `TEMPLATE_simple.conf` to `simple.conf`, and update with your OpenAI API key.\n\nRun the following:\n```bash\n. ~/env312/bin/activate\npython transcribe-to-clipboard.py\n```\n\nIf the index of the audio device for recording isn't correct, put the new index value\nfrom the list of devices into your `simple.conf` and restart \n\nThe current \"Press-and-Hold\" walkie-talkie hotkey combo is `Ctrl-Alt-w`.\nThis can be changed by looking for `key_combo=[]` in the code.\n\nThe `transcribe-to-clipboard.py` program can just be left running in the background - \nit's light-weight, and the only data ever to get sent up to OpenAI is the audio\nrecorded while the hotkey combo is being pressed.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdda%2Fhotkey-whisper-dictation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmdda%2Fhotkey-whisper-dictation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdda%2Fhotkey-whisper-dictation/lists"}