Skip to content

ymyzk/python-gyazo-backup

Repository files navigation

python-gyazo-backup

PyPI Version PyPI Python versions Build Status

A command-tool for creating backup of Gyazo

Requirements

  • Python 3.5+

Installation

pip install python-gyazo-backup

Usage

At first, you must create an application and get an access token from https://gyazo.com/oauth/applications

Then, download all images with gyazo-backup command:

gyazo-backup --token <API_ACCESS_TOKEN> <DESTINATION_DIR>

You can see all downloaded images with your favorite web browser. Please open <DESTINATION_DIR>/index.html.

https://github.com/ymyzk/python-gyazo-backup/raw/master/docs/images/backup_example.jpg

License

MIT License. Please see LICENSE.