https://github.com/txchen/wp_download
wallpaper downloader
https://github.com/txchen/wp_download
Last synced: about 1 year ago
JSON representation
wallpaper downloader
- Host: GitHub
- URL: https://github.com/txchen/wp_download
- Owner: txchen
- License: apache-2.0
- Created: 2015-05-17T05:05:44.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-25T20:19:03.000Z (about 11 years ago)
- Last Synced: 2025-04-27T11:02:37.095Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 148 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wallpaper downloader
Logic taken from https://github.com/Wing-Of-War/ACGArtImageBatchDone
### How to use
```
$ go get github.com/txchen/wp_download
$ wp_download -download
# flags: -download(to download image), -v(verbose output)
# it will create 'images' dir, and download images to it
```