# 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/z65sidq
設計百萬 QPS 的短鏈服務**
1、什麼是短鏈接和長鏈接 上圖是我們經常可以收到的一條流量通知的短信,短信有一個鏈接 A:https://dx.100XX.cn/JG1mEA 這個就是短鏈接;當我們點擊短鏈接 A 之後就會自動的跳轉到鏈接 B https://wap.zj.100XX.cn/szhy/2022/openMiniProgram/index.html?id=8ace47a58414b7d201843b8842ed1Read more