Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sjcl committed Sep 22, 2017
1 parent a5109f1 commit dcc3229
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
Simple command-line tool to get thumbs from Gyazo

## Requirements
- Java7 or later
- Java7 or Java8

## Installation
Download the [latest release](https://github.com/Team-Fruit/GyazoThumbs/releases/latest), make a working folder and put jar file.

## How It Works
The command-line front-end of Gyazo Thumbs, "GyazoThumbs", download thumbnails of all the images stored in Gyazo. All thumbnails will be JPEG and the image will be degraded, but **this works even if the account is not Pro.** Also, if your account is Pro, you can also download raw images. You can specify the directory to download, number of photos to get, and whether to download only new photos since last downloads.
The command-line front-end of Gyazo Thumbs, "GyazoThumbs", download thumbnails of all the images stored in Gyazo. All thumbnails will be JPEG (GIF) and the image will be degraded, but **this works even if the account is not Pro.** Also, if your account is Pro, you can also download raw images. You can specify the directory to download, number of photos to get, and whether to download only new photos since last downloads.

## Usage
If you don't have a Gyazo access token, create a new application from [Gyazo Applications](https://gyazo.com/oauth/applications) and generate an access token from the details page. Callback URL can be sloppy.

The simplest use is to run from command-line with tokens only. This will download all thumbnails of the authenticated account to the thumbs folder:
The simplest use is to run from command-line with tokens only. It downloads all the thumbnails of the authenticated account to the thumbs folder:
```
$ java -jar gyazothumbs-{Version}.jar {Access Token}
```
Expand Down

0 comments on commit dcc3229

Please sign in to comment.