############################
tinyCrawl Documentation
############################

tinyCrawl 是一个微型的爬虫框架，具有以下特点：

- 简单轻巧，没有任何第三包的依赖

- checkpoint断点续爬
- 可多线程执行
- 使用简单

`项目地址 <https://github.com/Irvinfaith/tinyCrawl>`_

.. toctree::
  :caption: 使用指南
  :maxdepth: 2

  install/index

.. toctree::
  :caption: API
  :maxdepth: 2

  api/index
