Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taichunmin/linebot-covid19-tw3000
振興三倍券查詢器 LINE Chatbot
https://github.com/taichunmin/linebot-covid19-tw3000
chatbot covid line taiwan
Last synced: about 1 month ago
JSON representation
振興三倍券查詢器 LINE Chatbot
- Host: GitHub
- URL: https://github.com/taichunmin/linebot-covid19-tw3000
- Owner: taichunmin
- License: mit
- Created: 2020-06-30T15:45:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-13T16:28:00.000Z (almost 3 years ago)
- Last Synced: 2024-04-09T16:45:38.330Z (9 months ago)
- Topics: chatbot, covid, line, taiwan
- Language: JavaScript
- Homepage: https://line.me/R/ti/p/%40491gokxf
- Size: 241 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# linebot-covid19-tw3000
振興三倍券查詢器 LINE Chatbot
## GCP 服務帳戶權限
* Cloud Build Service 帳戶
* Cloud Build 編輯者
* Cloud Functions 管理員
* 服務帳戶使用者
* Storage 物件建立者
* 檢視者## GitHub Secrets
```
ENV_PROD=
GCP_PROJECT=
GCP_SA_KEY=
```## GitHub Actions `ENV_PROD`
```
GA_DEBUG: '0'
NODE_ENV: production
```