{"id":14965725,"url":"https://github.com/felippechemello/podcast-maker","last_synced_at":"2025-05-15T03:05:27.686Z","repository":{"id":37085744,"uuid":"348397162","full_name":"FelippeChemello/podcast-maker","owner":"FelippeChemello","description":"Fully automated video maker using motion graphics and text-to-speech synthesis to turn newsletters into daily YouTube videos.","archived":false,"fork":false,"pushed_at":"2025-04-09T14:40:12.000Z","size":5397,"stargazers_count":602,"open_issues_count":0,"forks_count":76,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-04-09T15:43:51.031Z","etag":null,"topics":["nodejs","podcast","podcast-maker","puppeteer","react","remotion","text-to-speech","video-maker","youtube"],"latest_commit_sha":null,"homepage":"https://youtube.com/@CodeStackMe","language":"TypeScript","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/FelippeChemello.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":"2021-03-16T15:23:36.000Z","updated_at":"2025-04-09T14:40:15.000Z","dependencies_parsed_at":"2024-11-06T15:38:37.031Z","dependency_job_id":null,"html_url":"https://github.com/FelippeChemello/podcast-maker","commit_stats":{"total_commits":1094,"total_committers":5,"mean_commits":218.8,"dds":"0.36380255941499084","last_synced_commit":"1cf02818eb495d7529cfe3ace7be22d77f84bfeb"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FelippeChemello%2Fpodcast-maker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FelippeChemello%2Fpodcast-maker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FelippeChemello%2Fpodcast-maker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FelippeChemello%2Fpodcast-maker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FelippeChemello","download_url":"https://codeload.github.com/FelippeChemello/podcast-maker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248843953,"owners_count":21170495,"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":["nodejs","podcast","podcast-maker","puppeteer","react","remotion","text-to-speech","video-maker","youtube"],"created_at":"2024-09-24T13:35:11.489Z","updated_at":"2025-04-14T08:15:09.877Z","avatar_url":"https://github.com/FelippeChemello.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"assets/LogoPodcast.png\"\u003e\n\u003c/div\u003e\n\n\u003cbr/\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://github.com/FelippeChemello\"\u003e\n        \u003cimg alt=\"Author\" src=\"https://img.shields.io/badge/Author-FelippeChemello-blue?style=for-the-badge\u0026logo=appveyor\"\u003e\n    \u003c/a\u003e \n    \u003cbr/\u003e\n    \u003ca href=\"https://www.npmjs.com/package/podcast-maker\"\u003e\n        \u003cimg alt=\"GitHub Workflow Status\" src=\"https://img.shields.io/npm/v/podcast-maker/latest?label=CLI\u0026style=for-the-badge\"\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n## Tecnologies\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"assets/TechLogos.png\" style=\"height='128px'\"\u003e\n\u003c/div\u003e\n\nThis project was developed using:\n\n-   [Typescript](https://www.typescriptlang.org/)\n-   [NodeJS](https://nodejs.dev/)\n-   [ReactJS](https://reactjs.org/)\n-   [Remotion](https://www.remotion.dev/)\n\n## Examples\n\n-   [YouTube](https://www.youtube.com/channel/UCEQb3ajJgTK_Xr33OE0jeoQ)\n-   [Instagram](https://www.instagram.com/codestackme/)\n\n## ⚙️ Requirements\n\n-   You need to install both NodeJS, PNPM, FFMPEG and Full Google Chrome to run this project (To run it on as Server Side, check actions workflow [here](https://github.com/FelippeChemello/podcast-maker/blob/master/.github/workflows/build-video.yml#L215-L223))\n-   Access to YouTube API and/or Account on Instagram\n\n## 💻 Getting started\n\n### Install and Usage\n\n**Clone repository**\n\n```sh-session\n$ git clone https://github.com/FelippeChemello/podcast-maker.git\n```\n\n**Install dependencies**\n\n```sh-session\n$ pnpm\n```\n\n**Build and configure**\n\n```sh-session\n$ pnpm build\n$ ./bin/run configure\n```\n\n\u003e To configure image generation, you need to setup [this project](https://github.com/FelippeChemello/modal_flux.1) and use the provided production URL\n\n### Contribute\n\n**Clone the project and access the folder**\n\n```sh-session\n$ git clone https://github.com/FelippeChemello/podcast-maker.git \u0026\u0026 cd podcast-maker\n```\n\n**Install dependencies**\n\n```sh-session\n$ pnpm i\n```\n\n**Copy .env.local to .env and edit environment variables or configure using CLI**\n\n```sh-session\n$ cp .env.local .env\n$ vim .env\n```\n\nor\n\n```sh-session\n$ pnpm build\n$ ./bin/run configure\n```\n\n**Use it**\n\n```sh-session\n$ ./bin/dev --help\n```\n\n## 📝 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n---\n\nMade with 💜 by Felippe Chemello 👋 [Check out my LinkedIn](https://www.linkedin.com/in/felippechemello/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelippechemello%2Fpodcast-maker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffelippechemello%2Fpodcast-maker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelippechemello%2Fpodcast-maker/lists"}