Google Blogger API Table
其實找到好用的 Google API document 就完成 80% 了,這裡紀錄 Python 連結。再紀錄個 Google 給開發者用的 Playground,可以讓你先試試 API。
Post article
這裡紀錄程式碼模擬平常的流程,但其實可以只用 insert 就完成所有事。
New Post
...
Google API - python ver.
紀錄一些使用 python 呼叫 Google API 的心得
基本前置作業
Google Account
首先你要有 google 帳號。
Google Cloud Platform project
想要使用 Google Cloud Platform (GCP) 的 service,你需要創建一個...
Navigating the tree - Going down
child Tag
前一篇呼叫 Tag 底下的 subTag 是用像 class 的方式 (Tag.subTag),沒完整說明的是這個 subTag 可呼叫到的範圍並不只侷限 children Tag,而是整個 Tag 底下第一個遇到的 Tag.name == subTag。
"""...