Metadata-Version: 2.0
Name: check-version
Version: 0.0.1
Summary: UNKNOWN
Home-page: UNKNOWN
Maintainer: 
Maintainer-email: 
License: MIT
Platform: all
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7

RunSpiders
==========

|Python3|

A python library contains some predefined web crawlers.
Attention: this package probably can't work properly because of the correlated webs updates.
If this situation happens, just fix it on your own.

**Installation**

.. code:: bash

    pip install RunSpiders


**Examples**

.. code:: python

    from RunSpiders import NovelSpider

    spider = NovelSpider()
    spider.download_books(['***', 'xxx'])
    # spider.download_books(['***', 'xxx'], style="recipe_first")

.. |Python3| image:: https://img.shields.io/badge/python-3-red.svg

