# 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/upb6tfa
Bun 1-1 發佈:正式支持 Windows;兼容 Node;添加大量新 API
Bun 是一個快速、全能的工具包,用於運行、構建、測試和調試 JavaScript 和 TypeScript,從單個腳本到全棧應用程序。感覺 Bun 就像一個全家桶,什麼都可以乾點。今天 Bun 1.1 發佈,其中一個大亮點是開始正式支持 Windows,還包括兼容 Node.js 和添加大量新 API。Windows 支持----------在 Windows 上安裝 Bun,請使用以下命令 ⌘ Read more