https://github.com/eai04191/honto-notifier
Gmailで受け取ったhontoの注文完了メールをパースしてDiscordに投稿するスクリプト
https://github.com/eai04191/honto-notifier
discord google-apps-script honto webhook
Last synced: 24 days ago
JSON representation
Gmailで受け取ったhontoの注文完了メールをパースしてDiscordに投稿するスクリプト
- Host: GitHub
- URL: https://github.com/eai04191/honto-notifier
- Owner: eai04191
- License: mit
- Created: 2018-06-29T05:12:20.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-28T06:27:17.000Z (over 5 years ago)
- Last Synced: 2025-02-08T00:28:20.415Z (3 months ago)
- Topics: discord, google-apps-script, honto, webhook
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Honto Notifier
===Gmailで受け取ったhontoの注文完了メールをパースしてDiscordに投稿するスクリプト。
パースには[eai04191/honto-order-mail-parser](https://github.com/eai04191/honto-order-mail-parser)のAPIを使用しています。

## Usage
1. [GAS](https://script.google.com)で新しいスクリプトを作成する。
2. [honto-notifer.gs.js](./honto-notifer.gs.js)の中身をコピペする。
3. 2行目の`discordWebhookURL`を自分のWebhookURLに書き換える。
4. 保存して、[自分のプロジェクト](https://script.google.com/home/my)からプロジェクトを開き、トリガーを設定する。
- 
- ## License
This project is licensed under the MIT License.