Skip to content

Instantly share code, notes, and snippets.

---
name: codotx-blog
version: 2.0.0
description: |
撰寫想點創意科技(codotx)技術部落格文章。根據真實的開發經驗、踩坑紀錄、工具評測或技術觀點,
產出有人味的繁體中文技術文章。文章風格:專業但不死板、敘事導向、問題→解決的迭代結構。
當使用者提到要寫部落格、寫文章、寫技術分享、記錄開發過程、寫踩坑紀錄時,使用這個 skill。
即使使用者只是說「幫我寫一篇關於 X 的文章」也應該觸發。
allowed-tools:
- Read
@balitax
balitax / blogspot-list.php
Created June 30, 2016 04:53 — forked from arbo77/blogspot-list.php
Blogspot content parser using PHP CUrl, last update using Google Blogger API
<?php
/*
* read more on :
* https://developers.google.com/blogger/docs/3.0/getting_started
*
*/
$key["server"] = "YOUR_BLOGGER_API_KEY";
$blogId = "YOUR_BLOG_API";