{"id":21633618,"url":"https://github.com/kolger/forty-two-transcribe","last_synced_at":"2026-04-05T20:39:14.263Z","repository":{"id":264391126,"uuid":"893159338","full_name":"Kolger/forty-two-transcribe","owner":"Kolger","description":"A Telegram bot that transcribes videos and audio messages to text via OpenAI Whisper API","archived":false,"fork":false,"pushed_at":"2024-11-24T18:00:03.000Z","size":50,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-25T00:13:47.993Z","etag":null,"topics":["openai","self-hosted","telegram","whisper"],"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/Kolger.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-11-23T17:31:18.000Z","updated_at":"2024-11-24T18:00:06.000Z","dependencies_parsed_at":"2024-11-23T23:24:40.575Z","dependency_job_id":"d8246bdd-a160-498f-a24a-e49673e40689","html_url":"https://github.com/Kolger/forty-two-transcribe","commit_stats":null,"previous_names":["kolger/forty-two-transcribe"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kolger%2Fforty-two-transcribe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kolger%2Fforty-two-transcribe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kolger%2Fforty-two-transcribe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kolger%2Fforty-two-transcribe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kolger","download_url":"https://codeload.github.com/Kolger/forty-two-transcribe/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244320142,"owners_count":20434088,"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":["openai","self-hosted","telegram","whisper"],"created_at":"2024-11-25T03:13:20.041Z","updated_at":"2025-12-31T00:13:27.581Z","avatar_url":"https://github.com/Kolger.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Forty-two Telegram bot that transcribes videos and audio messages to text using the OpenAI Whisper API\n\nSend a video, audio message, or audio file to the bot, and it will transcribe it to text.\n\n## Setup\n\n### 1. Create a .env file with the following content:\n\n```\nOPENAI_API_KEY=\u003cyour-openai-api-key\u003e\nTELEGRAM_API_TOKEN=\u003cyour-telegram-api-token\u003e\n```\n\n### 2. Run the bot\n\nWith docker-compose:\n\n```bash\ndocker-compose up -d\n```\n\nRun without Docker (ffmpeg is required): \n\n```bash\npoetry install\npoetry run python main.py\n```\n\n## Settings\n\n| Variable           | Description                                                                                        | Default Value |\n| ------------------ | -------------------------------------------------------------------------------------------------- | ------------- |\n| OPENAI_API_KEY     | OpenAI API key                                                                                     | -             |\n| TELEGRAM_API_TOKEN | Telegram API token                                                                                 | -             |\n| ALLOWED_USERS      | List of allowed users (username or user id). Should be a Python list. Example: [1234567890, durov] | -             |\n\n## Obtaining API keys\n\n- [Telegram API key](https://core.telegram.org/bots#6-botfather)\n- [OpenAI API key](https://beta.openai.com/signup/)\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\nCreated with love in Barcelona","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkolger%2Fforty-two-transcribe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkolger%2Fforty-two-transcribe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkolger%2Fforty-two-transcribe/lists"}