Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ktont/curlas

a nodejs spider tool
https://github.com/ktont/curlas

chrome-extension crawler spider

Last synced: 21 days ago
JSON representation

a nodejs spider tool

Awesome Lists containing this project

README

        

# curlas

a web spider tool

## npm install -g curlas

npm install -g curlas

## 1. Copy

Chrome / Charles / Postman, network capture

![](_img/1.png)

## 2. Paste
Save it to a file

![](_img/2.png)

## 3. compile

```bash
curlas --js /tmp/req.sh
```

![](_img/3.png)

## 4. Save program

```bash
curlas --js /tmp/req.sh > _googleHome.js
```
![](_img/4.png)