{"id":29703312,"url":"https://github.com/labfox/whatsappaudiotranscriber","last_synced_at":"2025-07-23T13:38:44.382Z","repository":{"id":305538041,"uuid":"1023135718","full_name":"Labfox/whatsappAudioTranscriber","owner":"Labfox","description":null,"archived":false,"fork":false,"pushed_at":"2025-07-20T16:20:36.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-20T18:15:19.626Z","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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Labfox.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,"zenodo":null}},"created_at":"2025-07-20T15:49:11.000Z","updated_at":"2025-07-20T16:20:39.000Z","dependencies_parsed_at":"2025-07-20T18:16:41.609Z","dependency_job_id":"d070da4e-15e8-4fb3-8563-a012a5471204","html_url":"https://github.com/Labfox/whatsappAudioTranscriber","commit_stats":null,"previous_names":["labfox/whatsappaudiotranscriber"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Labfox/whatsappAudioTranscriber","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Labfox%2FwhatsappAudioTranscriber","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Labfox%2FwhatsappAudioTranscriber/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Labfox%2FwhatsappAudioTranscriber/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Labfox%2FwhatsappAudioTranscriber/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Labfox","download_url":"https://codeload.github.com/Labfox/whatsappAudioTranscriber/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Labfox%2FwhatsappAudioTranscriber/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266689730,"owners_count":23969145,"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-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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-07-23T13:38:41.676Z","updated_at":"2025-07-23T13:38:44.355Z","avatar_url":"https://github.com/Labfox.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WhatsApp Audio Transcriber\n\nA bot for WhatsApp that listens for audio messages and transcribe them if you ask.\n\nOnly ~30 LOC, so easily verifiable.\n\nBased on my version of the [whatsfly](https://github.com/Labfox/whatsfly) library and OpenAI's [Whisper](https://github.com/openai/whisper).\n\n## Dependencies\n\nIf running on Windows, you'll need to have ffmpeg. Every other dependency is listed in the requirements.txt.\n\nYou can change the whisper model by changing line 7 in main.py: \n```python\nmodel = whisper.load_model(\"medium\") # possible options: base, medium, large\n```\n\n## How to use\n\nFirst, install the dependencies:\n\n```shell\npip install -r requirements.txt\n```\n\nAfter, launch the bot: \n\n```shell\npython3 main.py\n```\n\nThe program will start by downloading the WhatsApp-enabling binary (or building it if you have Go installed locally), which is around 6 MB. Then it will download the Whisper model (about 1.4 GB, unless you've chosen a different one). After that, a QR code will be displayed; scan it using the Linked Devices section in WhatsApp *(Open WhatsApp → Menu → Linked Devices → Link a Device → Scan QR code)*. Once linked, the program will download your message history. When WhatsApp indicates that the device has finished syncing, all new incoming messages will be downloaded (text to ```whatsapp/wapp.db```, media to ```media/```), and the bot will begin listening for new messages.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flabfox%2Fwhatsappaudiotranscriber","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flabfox%2Fwhatsappaudiotranscriber","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flabfox%2Fwhatsappaudiotranscriber/lists"}