Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s8sachin/subtitler
Quickly download subtitles
https://github.com/s8sachin/subtitler
electron hacktoberfest react subtitle-downloader typescript
Last synced: about 2 months ago
JSON representation
Quickly download subtitles
- Host: GitHub
- URL: https://github.com/s8sachin/subtitler
- Owner: s8sachin
- License: mit
- Created: 2020-09-06T21:13:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-10T12:08:08.000Z (about 2 years ago)
- Last Synced: 2024-11-01T07:51:47.534Z (2 months ago)
- Topics: electron, hacktoberfest, react, subtitle-downloader, typescript
- Language: CSS
- Homepage: https://s8sachin.github.io/subtitler/
- Size: 8.27 MB
- Stars: 29
- Watchers: 4
- Forks: 68
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Subtitler is built using Electron React Boilerplate. That includes Electron, React, Redux, React Router, Webpack and React Hot Loader .
https://user-images.githubusercontent.com/22210051/124587799-abcfe300-de75-11eb-89e0-3f68ed20b79b.mp4?width=200&height=200
## Install
First, clone the repo via git and install dependencies:
```bash
yarn
```## Run Development
Start 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:
```bash
yarn dev
```## Packaging for Production
To package apps for the local platform:
```bash
yarn package
```## Debugging on Production
To package apps for the local platform:
```bash
yarn cross-env DEBUG_PROD=true yarn build yarn cross-env DEBUG_PROD=true yarn start
```## Maintainers
- [Sachin Srinivasan](https://github.com/s8sachin)
## License
MIT © [Sachin Srinivasan](https://github.com/s8sachin)
## Thanks to
- [Open subtitles](https://www.opensubtitles.org/)
- [opensubtitles-api](https://www.npmjs.com/package/opensubtitles-api)
- [Electron React Boilerplate](https://electron-react-boilerplate.js.org/)## Disclaimer
📢📢
1. 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&labels=bug) and let me know what do you think.
2. The app doesn't store ANY media files ANYWHERE except on the device who use this app.
3. This app downloads only public data available from [Open Subtitles](https://www.opensubtitles.org).⚖ 🕵
## Download
- Free 💰
- No ads 📣Find your download: [https://github.com/s8sachin/subtitler/releases/latest](https://github.com/s8sachin/subtitler/releases/latest)