# 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/lpssk6a
「Go 工具箱」強烈推薦:一個能讓 http 請求回放的工具**
大家好,我是漁夫子。本號新推出「go 工具箱」系列,意在給大家分享使用 go 語言編寫的實用的、好玩的工具。在工作中,你一定遇到過要在服務器上抓包的場景,可又苦於找不到合適的工具。今天就給大家推薦一個使用 go 語言編寫的抓包工具 goreplay。goreplay 是一個可以抓取實時網絡包的工具,在 github 上 star 值高達 16k。其抓包原理是基於 https://github.coRead more