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
- Host: GitHub
- URL: https://github.com/ecklf/blogspotcrawler
- Owner: ecklf
- Created: 2017-01-11T03:53:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-05-16T02:00:11.000Z (about 6 years ago)
- Last Synced: 2025-09-06T02:49:47.481Z (9 months ago)
- Language: JavaScript
- Size: 57.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```