{"id":19708719,"url":"https://github.com/nlight/transcriber","last_synced_at":"2026-05-15T14:32:35.528Z","repository":{"id":255729923,"uuid":"853489716","full_name":"nLight/transcriber","owner":"nLight","description":null,"archived":false,"fork":false,"pushed_at":"2024-09-06T19:23:38.000Z","size":25,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-27T18:30:59.221Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/nLight.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-09-06T18:59:45.000Z","updated_at":"2024-09-06T19:23:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"15c3d220-4ff0-43c0-9a50-98b371ed0692","html_url":"https://github.com/nLight/transcriber","commit_stats":null,"previous_names":["nlight/transcriber"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nLight/transcriber","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nLight%2Ftranscriber","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nLight%2Ftranscriber/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nLight%2Ftranscriber/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nLight%2Ftranscriber/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nLight","download_url":"https://codeload.github.com/nLight/transcriber/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nLight%2Ftranscriber/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":285801832,"owners_count":27233866,"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-11-22T02:00:05.934Z","response_time":64,"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":"2024-11-11T21:44:26.111Z","updated_at":"2025-11-22T14:04:05.368Z","avatar_url":"https://github.com/nLight.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# transcriber\n\n## Instructions\n\n### Setup\n\n1. **Minio**:\n   - Install Minio server and client.\n   - Configure Minio with your endpoint, access key, and secret key.\n\n2. **AssemblyAI**:\n   - Sign up for AssemblyAI and get your API key.\n\n3. **OpenAI**:\n   - Sign up for OpenAI and get your API key.\n\n4. **Ghost Admin API**:\n   - Set up a Ghost blog and get your Admin API key.\n\n5. **Dotenv**:\n   - Install dotenv to load environment variables:\n     ```sh\n     npm install dotenv\n     ```\n\n### Usage\n\n1. Clone the repository:\n   ```sh\n   git clone https://github.com/nLight/transcriber.git\n   cd transcriber\n   ```\n\n2. Install dependencies:\n   ```sh\n   npm install\n   ```\n\n3. Create a `.env` file in the root directory and add your configuration:\n   ```env\n   MINIO_ENDPOINT=your_minio_endpoint\n   MINIO_PORT=9000\n   MINIO_ACCESS_KEY=your_minio_access_key\n   MINIO_SECRET_KEY=your_minio_secret_key\n   ASSEMBLYAI_API_KEY=your_assemblyai_api_key\n   OPENAI_API_KEY=your_openai_api_key\n   GHOST_ADMIN_API_URL=your_ghost_admin_api_url\n   GHOST_ADMIN_API_KEY=your_ghost_admin_api_key\n   ```\n\n4. Run the service:\n   ```sh\n   npm start\n   ```\n\n### Example\n\nTo process an audio file, use the following command:\n```sh\nnode dist/service.js /path/to/your/audio/file.mp3\n```\n\nThis will:\n- Upload the audio file to a Minio bucket.\n- Transcribe the audio file using AssemblyAI.\n- Summarize the utterances using OpenAI.\n- Convert the utterances into YouTube-like chapters.\n- Create a blog post using Ghost Admin API with the transcription, chapter summary, and audio file link.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnlight%2Ftranscriber","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnlight%2Ftranscriber","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnlight%2Ftranscriber/lists"}