Metadata-Version: 2.0
Name: python-gyazo-backup
Version: 0.2.0
Summary: A command-tool for creating backup of Gyazo
Home-page: https://github.com/ymyzk/python-gyazo-backup
Author: Yusuke Miyazaki
Author-email: miyazaki.dev@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Internet
Classifier: Topic :: Utilities
Requires-Dist: Jinja2 (>=2.8)
Requires-Dist: progress (>=1.2)
Requires-Dist: python-gyazo (<0.13.0,>=0.12.0)
Requires-Dist: futures (>=3.0.5); python_version=="2.7"

python-gyazo-backup
===================
.. image:: https://badge.fury.io/py/python-gyazo-backup.svg
   :target: https://badge.fury.io/py/python-gyazo-backup
   :alt: PyPI Version
.. image:: https://travis-ci.org/ymyzk/python-gyazo-backup.svg?branch=master
   :target: https://travis-ci.org/ymyzk/python-gyazo-backup
   :alt: Build Status

A command-tool for creating backup of Gyazo

Requirements
------------
* Python 2.7+
* Python 3.3+
* PyPy
* PyPy3

Installation
------------
.. code-block:: shell

   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:

.. code-block:: shell

   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``.

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

License
-------
MIT License. Please see `LICENSE`_.

.. _LICENSE: LICENSE


