Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Google Apps Scriptを使ってサポートチャットを作る!

Google Apps Scriptを使ってサポートチャットを作る!

We Are JavaScripters! @8th で発表した資料です。
元タイトル:LINE BOTでサポートチャットを作る

Masato_SSK

June 05, 2017
Tweet

Other Decks in Technology

Transcript

  1. var key = "AIzaSyBOPMFCL_QraqITnYAexiHGdM5S9SDvScU"; // Google API Key var cx

    = "017108871806133389084:hre4czgkgv4"; // Engine ID var response = UrlFetchApp.fetch("https://www.googleapis.com/customsearch/v1? key=" + key + "&cx=" + cx + "&q=" + user_message + "&hl=ja&start=1",options); YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY