0.3.0 • Published 10 years ago

alphabits v0.3.0

Weekly downloads
6
License
MIT
Repository
github
Last release
10 years ago

Alphabits

Scrape a number of pages asynchronously and write out your data in one file when done. It generally assumes that you are scraping a series of webpages whose urls vary by a different parameter.

Can output json (default) or csv if json is properly formatted, i.e. one dimensional.

See the example for an example setup. Better documentation to come.

Genesis

I used to use node-scraper but its dependency on jsdom made it heavy and had memory-leak issues on large jobs. Cheerio is a much lighter alternative.

0.3.0

10 years ago

0.2.5

10 years ago

0.2.4

10 years ago

0.2.3

10 years ago

0.2.2

10 years ago

0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago