Skip to content

Commit

Permalink
Merge branch 'main' of github.com:ZhgChgLi/blog
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhgChgLiBot committed Oct 27, 2024
2 parents 8407584 + 0a17efe commit 851ac50
Show file tree
Hide file tree
Showing 32 changed files with 971 additions and 8 deletions.
10 changes: 5 additions & 5 deletions _posts/zmediumtomarkdown/2024-04-14-f6713ba3fee3.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
---
title: "使用 Google Apps Script 實現 Google 服務 RPA 自動化"
title: "使用 Google Apps Script 實現每日數據報表 RPA 自動化"
author: "ZhgChgLi"
date: 2024-04-14T15:16:45.469+0000
last_modified_at: 2024-04-16T07:46:35.956+0000
categories: "ZRealm Dev."
last_modified_at: 2024-10-20T06:06:10.632+0000
categories: "ZRealm Robotic Process Automation"
tags: ["ios-app-development","roboticprocessautomation","rpa-solutions","google-apps-script","google-sheets"]
description: "使用 Google Apps Script 進行 Google Workspace 相關服務之 Robotic Process Automation 自動化"
image:
path: /assets/f6713ba3fee3/1*jZmdNWSYQUq6Ja9PKaawWw.jpeg
render_with_liquid: false
---

### 使用 Google Apps Script 實現 Google 服務 RPA 自動化
### 使用 Google Apps Script 實現每日數據報表 RPA 自動化

使用 Google Apps Script 進行 Google Workspace 相關服務之 Robotic Process Automation 自動化

Expand Down Expand Up @@ -1643,4 +1643,4 @@ END:VCALENDAR
_[Post](https://medium.com/zrealm-ios-dev/%E4%BD%BF%E7%94%A8-google-apps-script-%E5%AF%A6%E7%8F%BE-google-%E6%9C%8D%E5%8B%99-rpa-%E8%87%AA%E5%8B%95%E5%8C%96-f6713ba3fee3){:target="_blank"} converted from Medium by [ZMediumToMarkdown](https://github.com/ZhgChgLi/ZMediumToMarkdown){:target="_blank"}._
_[Post](https://medium.com/zrealm-robotic-process-automation/%E4%BD%BF%E7%94%A8-google-apps-script-%E5%AF%A6%E7%8F%BE-google-%E6%9C%8D%E5%8B%99-rpa-%E8%87%AA%E5%8B%95%E5%8C%96-f6713ba3fee3){:target="_blank"} converted from Medium by [ZMediumToMarkdown](https://github.com/ZhgChgLi/ZMediumToMarkdown){:target="_blank"}._
9 changes: 6 additions & 3 deletions _posts/zmediumtomarkdown/2024-10-12-6922e90ba90c.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
title: "10 分鐘快速移轉 Line Notify 到 Telegram Bot 通知"
author: "ZhgChgLi"
date: 2024-10-12T13:10:46.227+0000
last_modified_at: 2024-10-12T14:57:12.214+0000
categories: "ZRealm Dev."
last_modified_at: 2024-10-20T08:57:41.630+0000
categories: "ZRealm Robotic Process Automation"
tags: ["ios-app-development","line","telegram","google-apps-script","automation"]
description: "手把手將 Line Notify 個人通知服務遷移至同樣免費、更強大的 Telegram Bot"
image:
Expand Down Expand Up @@ -581,6 +581,9 @@ curl --location 'https://api.telegram.org/你的_BOT_API_Token/setWebhook' \
- 我們會根據不同的 Chat Id 回應,因此不管是 1:1 對機器人或是有機器人在的 Group 群組都能回應。
- 成功 🎉🎉🎉
### 下篇:
- [簡單 3 步驟 — 打造免費 GA4 自動數據通知機器人](../1e85b8df2348/)
### 其他 Google Apps Script 自動化文章
- [使用 Google Apps Script 實現 Google 服務 RPA 自動化](../f6713ba3fee3/)
- [Slack & ChatGPT Integration](../bd94cc88f9c9/)
Expand All @@ -599,4 +602,4 @@ curl --location 'https://api.telegram.org/你的_BOT_API_Token/setWebhook' \
_[Post](https://medium.com/zrealm-ios-dev/10-%E5%88%86%E9%90%98%E5%BF%AB%E9%80%9F%E7%A7%BB%E8%BD%89-line-notify-%E5%88%B0-telegram-bot-%E9%80%9A%E7%9F%A5-6922e90ba90c){:target="_blank"} converted from Medium by [ZMediumToMarkdown](https://github.com/ZhgChgLi/ZMediumToMarkdown){:target="_blank"}._
_[Post](https://medium.com/zrealm-robotic-process-automation/10-%E5%88%86%E9%90%98%E5%BF%AB%E9%80%9F%E7%A7%BB%E8%BD%89-line-notify-%E5%88%B0-telegram-bot-%E9%80%9A%E7%9F%A5-6922e90ba90c){:target="_blank"} converted from Medium by [ZMediumToMarkdown](https://github.com/ZhgChgLi/ZMediumToMarkdown){:target="_blank"}._
607 changes: 607 additions & 0 deletions _posts/zmediumtomarkdown/2024-10-20-1e85b8df2348.md

Large diffs are not rendered by default.

Loading

0 comments on commit 851ac50

Please sign in to comment.