2018-09-03から1日間の記事一覧

サービスで 1 日に使用しているコンピュータ時間が長すぎます

GAS「サービスで 1 日に使用しているコンピュータ時間が長すぎます」と この最近毎日通知がきて実はニュース停まってたりするのですが Google Apps Script ダッシュボード - Google ドライブ 可能性の高い順番にいくと トリガーの合計実行時間 1 時間/日だと…

PythonでIFTTTのWebhookにPOST

Quickstart — Requests 2.21.0 documentation import requests # Event Name event = 'xxxxxx' # Webhooks - Documentation - Your key isを確認 key = 'xxxxxxxxxxxxxxxx' url = 'https://maker.ifttt.com/trigger/{}/with/key/{}'.format(event, key) # Po…