Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.63 KB

README.org

File metadata and controls

47 lines (34 loc) · 1.63 KB

README

Prologue

Never had such a pure crawler like this nacf.

Although I often write crawlers, I don’t like to use huge frameworks, such as scrapy, but prefer simple requests+bs4 or more general requests_html. However, these two are inconvenient for a crawler. E.g. Places, such as error retrying or parallel crawling, need to be handwritten by myself. It is not very difficult to write it while writing too much can be tedious. Hence I started writing this nacf (Nasy Crawler Framework), hoping to simplify some error retrying or parallel writing of crawlers.

Packages

PackageVersionDescription
requests-html0.10.0HTML Parsing for Humans.
nalude0.3.0A standard module. Inspired by Haskell’s Prelude.

Usage

see tests.

Development Process

Epoligue

History