0.2.5 • Published 8 years ago

chupa-cabra v0.2.5

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

Build Status

chupa-cabra

Javascript tool built in NodeJS to automatically get body's content from HTTP/HTTPS request and concatenate to a file.

Installing

npm install -g chupa-cabra 

How to use

Just run the chupa-cabra and when it asks for the URL you can:

1) Use an interval notation
https://www.google.com.br/search?q=test&start=[0,100,10]

It means from 0 to 100 incremented by 10. All the 10 pages will be dumped into a text file, in this case, as HTML.

http://api.example.com/resource?page=[0,1000,100]

In this case from 0 to 1000 incremented by 100. The JSON result will be appended into a txt file.

2) Or single URL
https://www.google.com

Gets the HTML content for just this page.

Todo: Check the issues!

0.2.5

8 years ago

0.2.4

9 years ago

0.2.3

9 years ago

0.2.2

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.9

9 years ago

0.1.8

9 years ago

0.1.7

9 years ago

0.1.6

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago