# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/c4qo22q
Go 寫腳本**
Unix shell 就像魔法,通過正確的 shell 代碼可以管理文件、處理文本、計算數據,並將任何程序的輸出作爲其他程序的輸入。所謂一行正確的 shell 代碼可實現魔法般的功能。系統程序並不是 shell 本身很聰明。作爲一種編程語言,至少對於複雜任務來說,它顯然是笨拙的。但它優雅的設計使它成爲完美的腳本語言:短小、專注於操作文件、進程或文本,爲管理計算機系統服務。換句話說,寫系統程序方便。 ⌘ Read more