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

https://github.com/ecklf/blogspotcrawler

A node.js script to fetch all images posted on a Blogspot blog
https://github.com/ecklf/blogspotcrawler

Last synced: 8 months ago
JSON representation

A node.js script to fetch all images posted on a Blogspot blog

Awesome Lists containing this project

README

          

# blogspotcrawler
A node.js script to fetch all images posted on a Blogspot blog (requires wget)

Usage:
```
run:
node index.js http://yourblog.com
dev-watch:
npm run watch http://yourblog.com
```