サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
Switch 2
gist.github.com/1130540
tumblr_v2.rb � v+iU �^�)iU #!/usr/bin/env ruby # coding: utf-8 require 'rubygems' require 'open-uri' require 'json' require 'thor' class Tumblr < Thor desc "get_photos [BASE_HOSTNAME] [API_KEY]", "Download all photos by selected base-hostname (api-key required)" def get_photos(base_hostname, api_key) #create folder (adhoc support custom-domain, recently) folder_name = base_hostname.gsub(/\./, "")
このページを最初にブックマークしてみませんか?
『TumblrでAPIを使用して写真を取得するスクリプト。tumblrのapi_keyと、gemのthorラ...』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く