forked from gyazo/Gyazo-for-Linux
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
30 lines (25 loc) · 1.4 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Gyazcasa?
=========
GooglePlus で写真共有がしやすいようにGyazo for Linux を元にGoogle Picasa にUpload するようにしたものです.
アルバムは,`Instant Upload' にしてあるので自動的に長辺2048 にされて無制限アップロードになると思います.
URL は Firefox 固定ではなく xdg-open でシステムの規定のブラウザで開きます.
動作条件
========
Upload にはGoogleCL を利用しているのでGoogleCL の導入が必要です.
Ohttp://code.google.com/p/googlecl/downloads/list
初回実行時にはAOuth 認証が必要なので,初回はコマンドライン上で実行して認証してください.
$ ruby gyazo
--snip--
Please specify user: [email protected]
Please log in and/or grant access via your browser at https://www.google.com/accounts/OAuthAuthorizeToken?oauth_token=xxxxxxxxxxxxxxxxxxxxxxxxx then hit enter.
--snip--
バグ
====
Picasa に `Instant Upload' アルバムが複数ある場合は以下の様にアルバム選択で止まってしまいます.
More than one match for title Instant Upload
0) Instant Upload
1) Instant Upload
Please select one of the items by number:
その場合はScript 中で以下の様にアルバム番号をyes で渡してあげると止まらなくなります.
`yes '0' | google picasa post --title '#{album}' #{tmpfile}`
※0) を選択の場合の例.