Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/batteredbunny/gyazo-exporter

Gyazo images exporter
https://github.com/batteredbunny/gyazo-exporter

export gyazo

Last synced: 21 days ago
JSON representation

Gyazo images exporter

Awesome Lists containing this project

README

        

# Gyazo Exporter

## Usage

1. Activate free trial or pay for a month of premium
2. [Create new application](https://gyazo.com/oauth/applications)
3. Input name: gyazo-exporter, callback url: http://example.com
4. Click on the newly made application then "Generate" and copy the text
5. ``go run . --access_token XXXX``

## Run with nix flakes

```
nix run github:BatteredBunny/gyazo-exporter
```