Sha256: 6d913585bb713b48d3434faa0369c5c56257ebed53708806a0dc11bd3b1bc795
Contents?: true
Size: 1.24 KB
Versions: 1
Compression:
Stored size: 1.24 KB
Contents
# Nokaya CLI to download photos from several online services including Instagram, App.net and Favd. Mac OS X only for the time being. ## Installation `gem install nokaya` ## Usage ### Instagram `nokaya -i url` `nokaya -i url -n file_name` `nokaya -i url -n 'file name'` Also accepts the IFTTT format (like 'http://ift.tt/1m2Nvz8'). Example: `nokaya -i http://instagram.com/p/noANAfjJ7B/` `nokaya -i http://instagram.com/p/noANAfjJ7B/ -n happydog` `nokaya -i http://ift.tt/1m2Nvz8 -n pasta` ### Tumblr `nokaya -t url` `nokaya -t url -n file_name` Example: `nokaya -t http://spacequest.tumblr.com/post/83560738152/sexycomics-carlos-valenzuela` `nokaya -t http://spacequest.tumblr.com/post/83560738152/sexycomics-carlos-valenzuela -n 'girl and monster'` ### Imgur album `nokaya -ial url` Example: `nokaya -ial http://imgur.com/a/JNzjB\#0` Downloads all images in the album. ### Favd `nokaya favd url` `nokaya favd url -n file_name` Example: `nokaya favd http://pic.favd.net/29987710` `nokaya favd http://pic.favd.net/29987710 -n feet` ### App.net `nokaya adn url` `nokaya adn url -n file_name` Example: `nokaya adn https://photos.app.net/30055986/1` `nokaya adn https://photos.app.net/30055986/1 -n random`
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
nokaya-0.0.4 | README.md |