{"id":15305638,"url":"https://github.com/s8sachin/subtitler","last_synced_at":"2025-04-14T23:31:56.707Z","repository":{"id":38256206,"uuid":"293362552","full_name":"s8sachin/subtitler","owner":"s8sachin","description":"Quickly download subtitles","archived":false,"fork":false,"pushed_at":"2022-10-10T12:08:08.000Z","size":8668,"stargazers_count":30,"open_issues_count":1,"forks_count":68,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-28T12:11:19.312Z","etag":null,"topics":["electron","hacktoberfest","react","subtitle-downloader","typescript"],"latest_commit_sha":null,"homepage":"https://s8sachin.github.io/subtitler/","language":"CSS","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/s8sachin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":null},"created_at":"2020-09-06T21:13:47.000Z","updated_at":"2025-03-12T07:02:54.000Z","dependencies_parsed_at":"2023-01-19T15:31:04.226Z","dependency_job_id":null,"html_url":"https://github.com/s8sachin/subtitler","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s8sachin%2Fsubtitler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s8sachin%2Fsubtitler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s8sachin%2Fsubtitler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s8sachin%2Fsubtitler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/s8sachin","download_url":"https://codeload.github.com/s8sachin/subtitler/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248978886,"owners_count":21192864,"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":["electron","hacktoberfest","react","subtitle-downloader","typescript"],"created_at":"2024-10-01T08:02:16.809Z","updated_at":"2025-04-14T23:31:55.597Z","avatar_url":"https://github.com/s8sachin.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"internals/img/subtitler-banner.png\" width=\"100%\" /\u003e\n\n\u003cbr\u003e\n\n\u003cp\u003e\n  Subtitler is built using \u003ca href=\"https://electron-react-boilerplate.js.org/\"\u003eElectron React Boilerplate\u003c/a\u003e. That includes \u003ca href=\"https://electron.atom.io/\"\u003eElectron\u003c/a\u003e, \u003ca href=\"https://facebook.github.io/react/\"\u003eReact\u003c/a\u003e, \u003ca href=\"https://github.com/reactjs/redux\"\u003eRedux\u003c/a\u003e, \u003ca href=\"https://github.com/reactjs/react-router\"\u003eReact Router\u003c/a\u003e, \u003ca href=\"https://webpack.github.io/docs/\"\u003eWebpack\u003c/a\u003e and \u003ca href=\"https://github.com/gaearon/react-hot-loader\"\u003eReact Hot Loader\u003c/a\u003e .\n\u003c/p\u003e\n\n\u003cbr\u003e\n\u003chr /\u003e\n\n\nhttps://user-images.githubusercontent.com/22210051/124587799-abcfe300-de75-11eb-89e0-3f68ed20b79b.mp4?width=200\u0026height=200\n\n\u003c!-- \u003cp align=\"center\"\u003e\n  \u003ca href=\"https://youtu.be/3-ikI6ZxBZA\" target=\"_blank\"\u003e\u003cimg src=\"internals/img/subtitler-intro-imgur.gif\"\u003e\u003c/a\u003e\n\u003c/p\u003e --\u003e\n\n\u003chr /\u003e\n\u003cbr /\u003e\n\n## Install\n\nFirst, clone the repo via git and install dependencies:\n\n```bash\nyarn\n```\n\n## Run Development\n\nStart the app in the `dev` environment. This starts the renderer process in [**hot-module-replacement**](https://webpack.js.org/guides/hmr-react/) mode and starts a webpack dev server that sends hot updates to the renderer process:\n\n```bash\nyarn dev\n```\n\n## Packaging for Production\n\nTo package apps for the local platform:\n\n```bash\nyarn package\n```\n\n## Debugging on Production\n\nTo package apps for the local platform:\n\n```bash\nyarn cross-env DEBUG_PROD=true yarn build yarn cross-env DEBUG_PROD=true yarn start\n```\n\n\u003c!-- ## Donations\n\n**Donations will ensure the following:**\n\n- 🔨 Long term maintenance of the project\n- 🛣 Progress on the [roadmap](https://electron-react-boilerplate.js.org/docs/roadmap)\n- 🐛 Quick responses to bug reports and help requests --\u003e\n\n## Maintainers\n\n- [Sachin Srinivasan](https://github.com/s8sachin)\n\n## License\n\nMIT © [Sachin Srinivasan](https://github.com/s8sachin)\n\n## Thanks to\n\n- [Open subtitles](https://www.opensubtitles.org/)\n- [opensubtitles-api](https://www.npmjs.com/package/opensubtitles-api)\n- [Electron React Boilerplate](https://electron-react-boilerplate.js.org/)\n\n## Disclaimer\n\n📢📢\n\n1. The app doesn't track you down in ANY way. Not Google Analytics, or any other service. [Open a bug](https://github.com/s8sachin/subtitler/issues/new?assignees=s8sachin\u0026labels=bug) and let me know what do you think.\n2. The app doesn't store ANY media files ANYWHERE except on the device who use this app.\n3. This app downloads only public data available from [Open Subtitles](https://www.opensubtitles.org).\n\n⚖ 🕵\n\n## Download\n\n- Free 💰\n- No ads 📣\n\nFind your download: [https://github.com/s8sachin/subtitler/releases/latest](https://github.com/s8sachin/subtitler/releases/latest)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fs8sachin%2Fsubtitler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fs8sachin%2Fsubtitler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fs8sachin%2Fsubtitler/lists"}