{"id":40723010,"url":"https://github.com/prince0xdev/youtube-thumbnail-generator","last_synced_at":"2026-01-21T13:39:44.439Z","repository":{"id":271938936,"uuid":"914875683","full_name":"prince0xdev/youtube-thumbnail-generator","owner":"prince0xdev","description":"Ceci est un générateur de vignettes pour les vidéos YouTube grâce à leur URL. C'est un side project perso sur lequel tout le monde peut contribuer.","archived":false,"fork":false,"pushed_at":"2025-01-15T10:44:04.000Z","size":308,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-11T18:54:15.211Z","etag":null,"topics":["graphics","vignette","youtube-api"],"latest_commit_sha":null,"homepage":"https://yt-thumbnail-generator.netlify.app/","language":"JavaScript","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/prince0xdev.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-01-10T13:43:42.000Z","updated_at":"2025-01-16T09:52:38.000Z","dependencies_parsed_at":"2025-01-10T22:22:08.825Z","dependency_job_id":"4c2da880-7d57-45f9-8213-94142a8ffa6b","html_url":"https://github.com/prince0xdev/youtube-thumbnail-generator","commit_stats":null,"previous_names":["prince-dev41/youtube-thumbnail-generator","prince0xdev/youtube-thumbnail-generator"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/prince0xdev/youtube-thumbnail-generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prince0xdev%2Fyoutube-thumbnail-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prince0xdev%2Fyoutube-thumbnail-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prince0xdev%2Fyoutube-thumbnail-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prince0xdev%2Fyoutube-thumbnail-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prince0xdev","download_url":"https://codeload.github.com/prince0xdev/youtube-thumbnail-generator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prince0xdev%2Fyoutube-thumbnail-generator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28633797,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T04:47:28.174Z","status":"ssl_error","status_checked_at":"2026-01-21T04:47:22.943Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["graphics","vignette","youtube-api"],"created_at":"2026-01-21T13:39:43.660Z","updated_at":"2026-01-21T13:39:44.434Z","avatar_url":"https://github.com/prince0xdev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# YT Thumbnail Generator\n\n**YT Thumbnail Generator** is an open-source tool for creating custom YouTube thumbnails.\nThe project is built with **React**, uses **Zustand** for state management, and integrates with the **YouTube Data API** to fetch video information.\nContributions are welcome — feel free to improve the tool or add new features!\n\n---\n\n## Features\n\n* **YouTube Video Search:** Search for videos directly using the YouTube Data API v3.\n* **Thumbnail Generation:** Create fully customizable thumbnails based on your preferences.\n* **Easy Customization:** Toggle elements such as the logo, statistics, and more.\n* **Local State Management:** Zustand ensures fast and reliable state handling.\n* **Future Enhancements:** New features will be added soon — suggestions are encouraged!\n\n---\n\n## Installation\n\nTo use or contribute to this project, follow these steps:\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/prince0xdev/youtube-thumbnail-generator.git\n   ```\n\n2. Navigate into the project directory:\n\n   ```bash\n   cd yt-thumbnail-generator\n   ```\n\n3. Install dependencies:\n\n   ```bash\n   npm install\n   # or\n   yarn install\n   ```\n\n4. Start the development server:\n\n   ```bash\n   npm run dev\n   # or\n   yarn dev\n   ```\n\n5. Open your browser at:\n\n   ```\n   http://localhost:5173\n   ```\n\n---\n\n## YouTube API Configuration\n\n1. Create a project on the [Google Cloud Console](https://console.cloud.google.com/).\n2. Enable the **YouTube Data API v3**.\n3. Generate an API key.\n4. Add your API key to a `.env` file at the project root:\n\n   ```env\n   VITE_API_YOUTUBE=Your_API_Key\n   ```\n\n---\n\n## Contributing\n\nContributions are welcome! To get started:\n\n1. Fork the repository.\n2. Create a new branch for your feature or fix:\n\n   ```bash\n   git checkout -b my-feature\n   ```\n3. Make your changes.\n4. Commit your updates:\n\n   ```bash\n   git commit -m \"Add my feature\"\n   ```\n5. Push your branch:\n\n   ```bash\n   git push origin my-feature\n   ```\n6. Open a **Pull Request** on the main repository.\n\n---\n\n## Tech Stack\n\n* **Frontend:** React + Vite\n* **State Management:** Zustand\n* **API:** YouTube Data API v3\n* **Deployment:** Netlify\n\n---\n\n## License\n\nThis project is licensed under the **MIT License**.\nSee the [LICENSE](./LICENSE) file for more information.\n\n---\n\n## Acknowledgements\n\nThank you to all contributors and to the open-source community for supporting this project!\n\n---\n\n## Contact\n\nIf you have questions or suggestions, feel free to reach out on\n**[LinkedIn](https://www.linkedin.com/in/prince-ekpinse/)**\nor open an issue on **[GitHub](https://github.com/prince0xdev/yt-thumbnail-generator)**.\n\nWe look forward to hearing your feedback!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprince0xdev%2Fyoutube-thumbnail-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprince0xdev%2Fyoutube-thumbnail-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprince0xdev%2Fyoutube-thumbnail-generator/lists"}