Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moicci/desklickrb
ruby gem to refresh Mac's Desktop Picture
https://github.com/moicci/desklickrb
Last synced: 4 days ago
JSON representation
ruby gem to refresh Mac's Desktop Picture
- Host: GitHub
- URL: https://github.com/moicci/desklickrb
- Owner: moicci
- License: mit
- Created: 2014-05-02T11:50:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-13T00:34:45.000Z (over 9 years ago)
- Last Synced: 2024-10-18T18:27:28.881Z (29 days ago)
- Language: Ruby
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# desklickrb
Japanese document is here .
This ruby gem refreshes Mac's Desktop Picture using Flickr's picture.
The name desklickrb is named by hommage to Desklickr that is similar app.
An executable file deslickrb in bin directory.## Environment
This script was tested on:
- MacOS Marverics
- Ruby 2.0.0## Installation
```
gem install desklickrb
```## Preparing the Flickr API key
Flickr API Key must be created at .
Then the API Key should be specified with -k option to executable desklickrb.## Usage
You can see the help with `desklickrb -h` as the followings.
```
desklickrb [-v] [-k flickr-api-key] [-o filename] [gallery options]-v: verbose
-k: API key created on https://www.flickr.com/services/apps/create/
-u: download picture of user-id
-o: download picture to filename (default: /tmp/desklickrb.jpg)gallery options:
-u user-id: gallery of user-id
-t tag: gallery by tag
default is choosing from interestingness.
```Try `deslickrb -k "Flickr API Key"`, then you see a new desktop picture.