LoginSignup
3
4

More than 5 years have passed since last update.

LitaのPluginいくつか使ってみたよメモ

Last updated at Posted at 2015-02-05

20160112追記

google apiが変わったらしく、lita-google-imagesにCustom search apiを使用するようになりました

概要

LitaをSlackに参加させたので、いくつかPluginつっこんで遊んでみました。
入れたPluginは

準備

  1. LitaをHerokuに置いてSlackに参加させます。
    参考:http://qiita.com/misogi@github/items/14ab615e0cd4e0af9c66

  2. https://console.developers.google.com/ でcustom search apiを使えるようにします。

lita-google-imges

Gemfile
gem "lita-google-images"
lita_config.rb
Lita.configure do |config|
  config.handlers.google_images.google_cse_id = GOOGLE ACCOUNT
  config.handlers.google_images.google_cse_key = CUSTOM API KEY
  config.handlers.google_images.safe_search = :off
end

使い方

lita img 刀剣乱舞 鶴丸

b33242d213b9d9b37a93dda751016715.png

lita-google

Gemfile
gem "lita-google"

使い方

lita google マシュマロ女子 うふ子

85adc061188ecf17334c29310f841f0f.png

小技:youtube動画貼ってもらう

Slack便利なので動画のURL貼ればすぐ見れます。

lita google youtube 刀剣乱舞

ba93e98b9aad06f2087c4a151a72eed5.png

3
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
4