https://github.com/ktont/curlas
a nodejs spider tool
https://github.com/ktont/curlas
chrome-extension crawler spider
Last synced: 9 months ago
JSON representation
a nodejs spider tool
- Host: GitHub
- URL: https://github.com/ktont/curlas
- Owner: ktont
- Created: 2018-03-21T09:03:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-05-22T09:13:29.000Z (about 6 years ago)
- Last Synced: 2025-08-29T12:38:30.946Z (10 months ago)
- Topics: chrome-extension, crawler, spider
- Language: JavaScript
- Homepage:
- Size: 812 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

## 2. Paste
Save it to a file

## 3. compile
```bash
curlas --js /tmp/req.sh
```

## 4. Save program
```bash
curlas --js /tmp/req.sh > _googleHome.js
```
