Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.