# 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/uvblqfq
「GoCN 酷 Go 推薦」JSON 數據獲取器 JID
01推薦理由  JSON 格式數據適用範圍非常廣泛,一個內容豐富的 json 數據可能很大,使用 JID 可以讓你非常舒服的獲取到想要到數據。02簡介JID 是一個過濾 JSON 格式數據 cli 工具,提供數據格式提醒,顏色區分顯示功能。03快速開始 安裝go install github.com/simeji/jid/cmd/jid@latest04獲取數據// 使用 \\| 輸入字符串數據 ec ⌘ Read more