0.3.0 • Published 9 years ago

alphabits v0.3.0

Weekly downloads
6
License
MIT
Repository
github
Last release
9 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

9 years ago

0.2.5

9 years ago

0.2.4

9 years ago

0.2.3

9 years ago

0.2.2

9 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago