https://github.com/yukaii/imgurdownloader
an simple imgur album downloader using react, redux and electron.
https://github.com/yukaii/imgurdownloader
album downloader electron imgur react
Last synced: about 2 months ago
JSON representation
an simple imgur album downloader using react, redux and electron.
- Host: GitHub
- URL: https://github.com/yukaii/imgurdownloader
- Owner: Yukaii
- License: mit
- Created: 2015-12-27T10:36:24.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-01T07:01:55.000Z (over 10 years ago)
- Last Synced: 2025-02-14T01:06:42.830Z (over 1 year ago)
- Topics: album, downloader, electron, imgur, react
- Language: JavaScript
- Homepage:
- Size: 6.38 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Imgur Downloder
Imgur Download, by words, is a simple image downloader for [imgur.com](http://imgur.com).
It's not completed yet, but workable now. You can use it to batch download the whole album.
Special thanks to [electron-react-boilerplate](https://github.com/chentsulin/electron-react-boilerplate) a great boostrap boilerplate.
## Screenshot


1. Enter imgur album url and hit `enter`, and it show the preview.
2. Click save button for select save folder and then save it.
## Releases
[Download here](https://github.com/Yukaii/ImgurDownloader/releases)
## Install
Install dependencies.
```bash
npm install
```
## Run
Run this two commands __simultaneously__ in different console tabs.
```bash
npm run hot-server
npm run start-hot
```
*Note: requires a node version >= 4 and an npm version >= 2.*
## Package
```bash
npm run package
```
To package apps for all platforms:
```bash
npm run package-all
```
The rest of the development environment setup can be looked up from [electron-react-boilerplate](https://github.com/chentsulin/electron-react-boilerplate). I just change a bit of codes.