Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaelnisi/starget
Download images from starred Google Reader items
https://github.com/michaelnisi/starget
Last synced: about 1 month ago
JSON representation
Download images from starred Google Reader items
- Host: GitHub
- URL: https://github.com/michaelnisi/starget
- Owner: michaelnisi
- License: mit
- Created: 2013-05-13T09:31:48.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-05-17T08:51:15.000Z (over 11 years ago)
- Last Synced: 2024-10-30T05:38:47.608Z (about 2 months ago)
- Language: JavaScript
- Size: 145 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# starget - copy images of starred items
In the remaining light cast by Google sunsetting [Reader](http://googlereader.blogspot.de/2013/03/powering-down-google-reader.html) I wrote `starget`, a small command-line tool of particular use: `starget` copies all images referred in your (public) starred [Google Reader](http://www.google.com/reader/) items to a local directory. Its peculiar use case is only exceeded by its short-livedness—use before July 1, 2013.
## Usage
starget url target_dir [-all]
The following options are available:
- -all Download images of all your starred items.
To download the images of my latest [starred](http://bit.ly/13TMQGc) items:
starget http://bit.ly/13TMQGc /tmp/starred
Add the `-all` option and you would literally download all of my starred images since 2007.
So, if you have starred items with images that you don't want to lose: make the starred items page public in your Google Reader settings, copy and paste the URL, and download all the images you once have starred.
## Installation
Install with [npm](https://npmjs.org):
npm install -g starget
## License
[MIT License](https://raw.github.com/michaelnisi/starget/master/LICENSE)