# 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/yitmtyq
輕量級限流工具 throttle
throttled 是一個非常輕量且易擴展的限流組件,我們可以將它輕鬆地集成到應用程序中,以實現限流和配額管理的能力。簡介------throttled(https://github.com/throttled/throttled) 基於通用信元速率算法實現了對資源的訪問速率限制,資源可以是特定的 URL、用戶或者任何自定義的形式,可以很方便地與各種 http 和 rpc 框架進行集成。throt ⌘ Read more