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

https://github.com/blahah/dreamcatcher

use nightmare.js to automate tricky download / scraping scenarios
https://github.com/blahah/dreamcatcher

Last synced: 4 months ago
JSON representation

use nightmare.js to automate tricky download / scraping scenarios

Awesome Lists containing this project

README

        

## dreamcatcher

Use nightmare.js to automate tricky download / scraping scenarios.

Currently just a collection of rough demo scripts.

### install

```
git clone https://github.com/blahah/dreamcatcher.git
cd dreamcatcher
npm install
```

### usage

Download from a site that tries to prevent automated downloads with lazy-loading javascript

```
./withclick.js URL button-selector
```

Download content that requires a login

```
./withlogin.js URL user pass
```