Metadata-Version: 2.1
Name: python-gyazo-backup
Version: 0.5.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 :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Internet
Classifier: Topic :: Utilities
Requires-Python: <4,>=3.5
Requires-Dist: Jinja2 (>=2.8)
Requires-Dist: progress (>=1.2)
Requires-Dist: python-gyazo (<3,>=2)
Provides-Extra: test
Requires-Dist: flake8 (<4.0.0,>=3.3.0) ; extra == 'test'

python-gyazo-backup
===================
.. image:: https://badge.fury.io/py/python-gyazo-backup.svg
   :target: https://pypi.python.org/pypi/python-gyazo-backup/
   :alt: PyPI Version
.. image:: https://img.shields.io/pypi/pyversions/python-gyazo-backup.svg
   :target: https://pypi.python.org/pypi/python-gyazo-backup/
   :alt: PyPI Python versions
.. 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 3.5+

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


