Skip to content

Instantly share code, notes, and snippets.

View teshi04's full-sized avatar
🐟
sakana

Yui Matsuura teshi04

🐟
sakana
View GitHub Profile
@teshi04
teshi04 / 調味料
Last active December 17, 2015 18:59 — forked from s-aska/調味料
醤油
塩コショウ
バター
七味
@teshi04
teshi04 / tetsuya_img.rb
Last active December 15, 2015 15:08
ブラウザで天使私服テツヤを表示するmikutterプラグイン
#-*- coding: utf-8 -*-
Plugin.create :tetsuya_gazou do
command(:tetsuya_gazou,
name: '天使私服テツヤを表示する',
condition: lambda{ |opt| true },
visible: true,
role: :window) do |opt|
baseurl = 'http://twitpic.com/celd93'
@teshi04
teshi04 / fav_rt.rb
Last active December 15, 2015 15:08
ふぁぼ公するmikutterプラグイン
#-*- coding: utf-8 -*-
Plugin.create :fav_rt do
command(:fav_rt,
name: 'ふぁぼ公',
condition: lambda{ |opt| true },
visible: true,
role: :timeline) do |opt|
opt.messages.each { |m|