Metadata-Version: 2.0
Name: zippyshare-generator
Version: 0.29
Summary: Generator Zippyshare Links
Home-page: https://bitbucket.org/licface/zippyshare_generator
Author: cumulus13 Team
Author-email: cumulus13@gmail.com
License: BSD
Description-Content-Type: text/markdown
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
Requires-Dist: argparse
Requires-Dist: bs4
Requires-Dist: clipboard
Requires-Dist: configparser
Requires-Dist: configset
Requires-Dist: idm
Requires-Dist: js2py
Requires-Dist: make-colors (>=3.12)
Requires-Dist: parserheader
Requires-Dist: pydebugger
Requires-Dist: pywget
Requires-Dist: requests

zippyshare_generator
=======================

Generator Links


Installing
-------------

Install and update using `pip`_:

.. code-block:: text

    $ pip install zippyshare

zippyshare supports Python 2 and newer.

.. _pip: https://pip.pypa.io/en/stable/quickstart/


Example
----------------

What does it look like? Here is an example of a simple generate link:

.. code-block:: batch

    $ zippyshare.py -d /root/Downloads "https://www110.zippyshare.com/v/0CtTucxG/file.html" -n "myMovies.mp4"


And it will download automaticaly with "Internet Download Manager (IDM) for Windows or build in download manager

You can use on python interpreter

.. code-block:: python

    >>> from zippyshare import zippyshare
	>>> generator = zippyshare()
    >>> url_download = generator.generate("https://www110.zippyshare.com/v/0CtTucxG/file.html")
	>>> generator.download(url_download, ".", "myMovies.mp4", False)
    >>> #it will download it automatically

For more options use '-h' or '--help'

.. code-block:: python

    $ zippyshare.py --help

    or

    $ zippyshare --help


Support
---------

*   Download With 'wget' (linux/windows) or 'Internet Download Manager (IDM) (Windows) (pip install idm)'
*   Python 2.7 + (only)
*   Windows, Linux


Links
-------	

*   License: `BSD <https://bitbucket.org/licface/zippyshare/src/default/LICENSE.rst>`_
*   Code: https://bitbucket.org/licface/zippyshare
*   Issue tracker: https://bitbucket.org/licface/zippyshare/issues

