際際滷

際際滷Share a Scribd company logo
LINE (5min)
Meetup #1 (1/19)
tarappo
MEETUP 2
tarappo
( )
?
? ( )
? (ver 2.5.1)
?
MEETUP 3
( )
?
? Google Home( ) x Nature Remo / Google Home mini( ) / Echo( )
? / / Mornin¨
? Google
? Google Music( )
? Google ( ) / / ( )
? Amazon( )
?
? LINE /
? Slack /
MEETUP 4
? Google
? ( )
? Google
?
?
? Google
MEETUP 5
?
?
LINE
☆ 2 ☆
MEETUP 6
LINE
Slack
? LINE
?
?
? ( )
?
MEETUP 7
LINE
LINE( ) POST
? LINE Notify API
? ( )
? https://devdocs.line.me/?les/sticker_list.pdf
? ..
? Google App Script
? Google
MEETUP 8
LINE( )
? Goole App Script
? ( )
? (7 / )
?
? 1
?
? myThings
?
? Google
MEETUP 9
Google App Script
LINE POST
var options =
{
"method" : "post",
"payload" : "message=" + text + "&stickerPackageId=" + stickerPackageId + "&stickerId=" + stickerId,
"headers" : {"Authorization" : "Bearer "+ token}
};
UrlFetchApp.fetch("https://notify-api.line.me/api/notify", options);
https://developers.google.com/apps-script/reference/url-fetch/url-fetch-app
MEETUP 10
Google App Script(tips)
?
? CLI Tool(clasp) / Develop locally
?
?
?
?
?
https://github.com/google/clasp
https://developers.google.com/apps-script/guides/clasp
MEETUP 11

More Related Content

厘か?社の晦鴛鰻掘を嶄伉とした秤烏慌嗤

  • 1. LINE (5min) Meetup #1 (1/19) tarappo
  • 2. MEETUP 2 tarappo ( ) ? ? ( ) ? (ver 2.5.1) ?
  • 3. MEETUP 3 ( ) ? ? Google Home( ) x Nature Remo / Google Home mini( ) / Echo( ) ? / / Mornin¨ ? Google ? Google Music( ) ? Google ( ) / / ( ) ? Amazon( ) ? ? LINE / ? Slack /
  • 4. MEETUP 4 ? Google ? ( ) ? Google ? ? ? Google
  • 7. MEETUP 7 LINE LINE( ) POST ? LINE Notify API ? ( ) ? https://devdocs.line.me/?les/sticker_list.pdf ? .. ? Google App Script ? Google
  • 8. MEETUP 8 LINE( ) ? Goole App Script ? ( ) ? (7 / ) ? ? 1 ? ? myThings ? ? Google
  • 9. MEETUP 9 Google App Script LINE POST var options = { "method" : "post", "payload" : "message=" + text + "&stickerPackageId=" + stickerPackageId + "&stickerId=" + stickerId, "headers" : {"Authorization" : "Bearer "+ token} }; UrlFetchApp.fetch("https://notify-api.line.me/api/notify", options); https://developers.google.com/apps-script/reference/url-fetch/url-fetch-app
  • 10. MEETUP 10 Google App Script(tips) ? ? CLI Tool(clasp) / Develop locally ? ? ? ? ? https://github.com/google/clasp https://developers.google.com/apps-script/guides/clasp