{ "info": { "author": "Tishacy", "author_email": "", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": "# MSpider\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Pyversion](https://img.shields.io/pypi/pyversions/mspider.svg?color=#)](https://pypi.org/project/mspider/) [![Version](https://img.shields.io/pypi/v/mspider.svg?color=red)](https://pypi.org/project/mspider)\n\nA Multi-threaded Spider wrapper that could make your spider multi-threaded easily, helping you crawl website faster. :zap:\n\n*Note that this is for python3 only.*\n\n## Install\n\nMSpider could be easily installed using pip:\n\n```bash\npip install mspider\n```\n\n## Quick Start\n\n### Automatically create a `MSpider`\n\n1. `cd` to the folder you\u2019d like to create a `MSpider` in terminal or cmd, then type `genspider -b