# 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/jjty6kq
OBS 連接器 go-obs-websocket
推薦理由互聯網的興起帶動了直播行業的火熱,除了少數直播網站有自己的推流工具之外,OBS 是主流的推流工具,廣泛應用在直轉播技術之上。簡介go-obs-websocket 是一個與 OBS 進行 websocket 通信的連接庫,具備調用大部分 OBS 功能的接口,在互動直播和智能轉播技術上廣泛應用。快速開始安裝go get github.com/christopher-dG/go-obs-webs ⌘ Read more