Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/batteredbunny/gyazo-exporter
- Owner: BatteredBunny
- License: gpl-3.0
- Created: 2022-02-15T02:25:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-07T10:56:57.000Z (6 months ago)
- Last Synced: 2024-06-21T16:55:32.846Z (5 months ago)
- Topics: export, gyazo
- Language: Go
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```