{"id":30853517,"url":"https://github.com/stephanakkerman/chatgpt-podcast-generator","last_synced_at":"2025-09-07T09:34:40.988Z","repository":{"id":308188080,"uuid":"1027881553","full_name":"StephanAkkerman/chatgpt-podcast-generator","owner":"StephanAkkerman","description":"Use the output of your ChatGPT scheduled task as the input for NotebookLM and publish the podcast on Spotify","archived":false,"fork":false,"pushed_at":"2025-09-03T18:12:38.000Z","size":35367,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-05T07:49:38.939Z","etag":null,"topics":["chatgpt","chatgpt-scraper","nodriver","notebooklm","spotify","spotify-podcast","web-scraping"],"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/StephanAkkerman.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-28T17:13:41.000Z","updated_at":"2025-09-03T18:12:41.000Z","dependencies_parsed_at":"2025-08-04T19:19:18.719Z","dependency_job_id":"55c9578d-96b8-46b1-8947-56a2af6cea83","html_url":"https://github.com/StephanAkkerman/chatgpt-podcast-generator","commit_stats":null,"previous_names":["stephanakkerman/chatgpt-podcast-generator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/StephanAkkerman/chatgpt-podcast-generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StephanAkkerman%2Fchatgpt-podcast-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StephanAkkerman%2Fchatgpt-podcast-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StephanAkkerman%2Fchatgpt-podcast-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StephanAkkerman%2Fchatgpt-podcast-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StephanAkkerman","download_url":"https://codeload.github.com/StephanAkkerman/chatgpt-podcast-generator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StephanAkkerman%2Fchatgpt-podcast-generator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274021037,"owners_count":25208729,"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-09-07T02:00:09.463Z","response_time":67,"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":["chatgpt","chatgpt-scraper","nodriver","notebooklm","spotify","spotify-podcast","web-scraping"],"created_at":"2025-09-07T09:34:38.632Z","updated_at":"2025-09-07T09:34:40.964Z","avatar_url":"https://github.com/StephanAkkerman.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ChatGPT to Spotify Podcast\n\nThis project automates turning a daily ChatGPT conversation into a podcast\nepisode and publishing it on Spotify.\n\nThe workflow is:\n\n1. **ChatGPT** – fetch the latest message from a specified conversation.\n2. **NotebookLM** – generate an audio summary from the text.\n3. **Spotify** – upload the audio file as a new episode.\n\n## Requirements\n\n* Python 3.10+\n* Google Chrome (used by [nodriver](https://github.com/cscorley/nodriver))\n* Accounts for ChatGPT, Google NotebookLM and Spotify\n\nInstall Python dependencies:\n\n```bash\npython -m venv venv\nsource venv/bin/activate\npip install -r requirements.txt\n```\n\n## Configuration\n\nCopy the example environment file and edit it with your ChatGPT conversation ID:\n\n```bash\ncp example.env .env\n```\n\nUpdate `.env`:\n\n```env\nconversation_id=\"YOUR_CONVERSATION_ID\"\n```\n\nTrigger the setup script to install browser drivers and authenticate services:\n\n```bash\npython src/first_time.py\n```\n\nDuring the first run, browser windows will appear for each service so you can\nlog in manually. Authentication cookies are then saved for subsequent runs.\n\n## Usage\n\nRun the scheduler, which executes once daily at 05:00 UTC:\n\n```bash\npython src/main.py\n```\n\nTo trigger the process immediately, use:\n\n```bash\npython src/main.py --now\n```\n\nFor debugging, each component can also be invoked separately:\n\n```bash\npython src/chatgpt_pull.py      # fetch latest ChatGPT message\npython src/notebooklm_gen.py    # generate NotebookLM audio\npython src/spotify_upload.py    # upload audio to Spotify\n```\n\n## License\n\nThis project is released under the [MIT License](LICENSE).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstephanakkerman%2Fchatgpt-podcast-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstephanakkerman%2Fchatgpt-podcast-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstephanakkerman%2Fchatgpt-podcast-generator/lists"}