# 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/7flenma
用多模態模型,寫新一代爬蟲**
字節有一個很實用但不怎麼火的項目,叫 Midscene.js,Chrome 商店上的安裝數僅有 1 萬,它是一個由多模態模型驅動的前端自動化測試插件。自動化測試我平常很少用到,但我發現它特別適合用來寫爬蟲……Midscene.js 一共就三大 API:Action、Query、AssertAction 交互描述步驟並執行交互。例如,在 GitHub 上交互:查找 GitHub 上的 Twikoo ⌘ Read more