Installation

Install by pip

To install SmoothCrawler, it’s easy to install via command with tool pip:

>>> pip install smoothcrawler

Dependencies

  • multirunnable: The documentation of MultiRunnable is here.

SmoothCrawler also provides 2 types of crawler — ExecutorCrawler and PoolCrawler. Developer could easily implement web spider parallelism with them. The principle of them is it implements parallelism with another Python library — MultiRunnable. So MultiRunnable is the necessary dependency of SmoothCrawler.