# 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/2p7x3oa
實戰 goproxy 爲中國 steam 登錄加速**
前言------我們公司領沃雲電腦平臺的用戶總是抱怨 steam 登錄常常失敗,自從 steam 撤走了中國的 CM 服務器後,每到高峯期就是網絡連接失敗的重災區,增量了 N 多平臺的東西,這次終於有時間來收拾這個登錄的問題了。先抓個包,確定需要的加速----------------首先還是用了 fiddler 工具對 steam 平臺登陸時抓了個包,抓到了他登陸時必用的接口 api.steamp ⌘ Read more