這裏顯示兩個版本的差異處。
Both sides previous revision 前次修改 下次修改 | 前次修改 | ||
website:plurk [2009/02/21 05:17] wenpei |
website:plurk [2011/02/19 15:59] (目前版本) wenpei |
||
---|---|---|---|
行 1: | 行 1: | ||
+ | ====== Plurk API ====== | ||
+ | http://www.plurk.com/API/ | ||
+ | |||
+ | ===== in CodeIgniter ===== | ||
+ | http://blog.wu-boy.com/2009/12/30/1920/ | ||
+ | |||
+ | ====== plurk 之非官方新手入門手冊 ====== | ||
+ | http://weedyc.pixnet.net/blog/post/23311875 | ||
+ | |||
+ | ===== Plurk氣象訊息自動發噗 ===== | ||
+ | http://angelo-nmb.blogspot.com/2009/03/plurkkarmakuso.html | ||
+ | |||
====== 100個令人驚艷的Plurk佈景主題 ====== | ====== 100個令人驚艷的Plurk佈景主題 ====== | ||
http://ipzoner.pixnet.net/blog/post/25633344 | http://ipzoner.pixnet.net/blog/post/25633344 | ||
+ | |||
+ | ====== Plurk IM 機器人指令 ====== | ||
+ | * hello - 讓機器人自我介紹 | ||
+ | * help - 告知您機器人所能做到的事情 | ||
+ | * prefs - 秀出您目前機器人的設定狀態 | ||
+ | * off - 停止接收任何訊息 | ||
+ | * on - 繼續接收訊息 | ||
+ | * off plurks - 不接收關於 Plurk 的新通知 | ||
+ | * on plurks - 繼續傳送關於 Plurk 的新通知 | ||
+ | * off responses - 不接收新的回應訊息 | ||
+ | * on responses - 繼續接收新的回應訊息 | ||
====== 在來自的旁邊顯示國旗 ====== | ====== 在來自的旁邊顯示國旗 ====== | ||
行 9: | 行 32: | ||
} | } | ||
</code> | </code> | ||
+ | |||
+ | ====== 在噗浪上使用更多有趣的表情符號 ====== | ||
+ | http://ipzoner.pixnet.net/blog/post/27055843 | ||
+ | |||
+ | 安裝 Firefox 的外掛套件 Greasemonkey。 | ||
+ | |||
+ | 安裝腳本:http://billypan101.googlepages.com/plurk_smile_billy_pan_v40.user.js | ||
+ | |||
====== 透過 PHP 發表 Plurk ====== | ====== 透過 PHP 發表 Plurk ====== | ||
http://gist.github.com/53380 | http://gist.github.com/53380 | ||
行 38: | 行 69: | ||
?> | ?> | ||
</code> | </code> | ||
+ | |||
+ | ====== Unofficial Plurk API ====== | ||
+ | ===== Ruby ===== | ||
+ | Based on Official Plurk API , Rails Plugin. | ||
+ | |||
+ | http://github.com/xdite/plurker | ||
+ | |||
+ | http://github.com/xdite/plurk/tree/master | ||
+ | |||
+ | ===== Perl ===== | ||
+ | http://search.cpan.org/dist/WWW-Plurk/ | ||
+ | |||
+ | ===== Python ===== | ||
+ | http://code.google.com/p/plurkapipy/ | ||
+ | |||
+ | http://code.google.com/p/plurklib/ | ||
+ | |||
+ | Plurk Ruby API example:http://gist.github.com/256944 | ||
+ | |||
+ | ===== PHP ===== | ||
+ | http://code.google.com/p/rlplurkapi/ | ||
+ | |||
+ | ===== C# ===== | ||
+ | http://code.google.com/p/plurkapi/ |