注册并分享邀请链接,可获得视频播放与邀请奖励。

kabikabi 的个人资料封面
kabikabi 的头像

kabikabi (@jakevin7)

@jakevin7
Building OpenCLI & AI enthusiast ! Love open source! ExDatabaseer. Apache Arrow/Datafusion/Doris PMC member & Committer
615 正在关注    19K 粉丝
OpenCLI 一键打通 Agent 的 Twitter 世界!🚀 发推、回复、引用转推、监控通知、关键词触发自动回 DM、把整条 thread 抓下来总结、批量整理 list、定期备份某个人的所有图和视频——你想到的客户端操作,Agent 都能替你跑。 不需要 X API key。不需要等审批。不用 OAuth 折腾半天。 全部复用浏览器登录态——你能在网页上做的事,Agent 都能做。 OpenCLI 的 Twitter 适配器膨胀到 36 个命令,几乎打穿整个客户端: 读:timeline / search / thread / tweets / likes / followers / following / bookmarks / notifications / trending / article / download 写:post / reply / quote / retweet / like / bookmark / follow / block / hide-reply / delete DM:reply-dm / accept 关键词自动放行 List:lists / list-tweets / list-add / list-remove 以前 Agent 看 Twitter 只能爬时间线 现在 search → thread 抓完整讨论 → 总结 → quote / reply 发出去,一条流水线串到底 Twitter 是 Agent 的第一个完整生活场景。
显示更多
0
18
218
37
转发到社区
这几天把 xiaohongshu-cli 连续打磨了一轮,做了几件我自己很满意的事: 1. 放弃了没必要的 server 方案,回到纯 CLI,但把真正有价值的状态能力保住了: - xsec_token + xsec_source 成对缓存 - search 更像浏览器真实请求链 - search_id / note context 复用 - read / comments / reread 的连续链路更稳 2. 补了一整套真实只读 smoke tests,不只是单测 直接验证: search -> read -> comments -> feed -> reread 这类连续场景在真实登录态下能不能跑通 3. 做了短索引交互 现在不光能: - xhs read 1 - xhs comments 1 还支持: - xhs like 1 - xhs favorite 1 - xhs unfavorite 1 - xhs comment 1 -c "..." - xhs reply 1 --comment-id ... -c "..." 而且 search / feed / hot / user-posts / favorites / my-notes 都会刷新索引。 顺手还吸收并重做了社区 PR 的产品思路,把实现按当前主线重构了一遍,避免把新的 anti-blocking 逻辑回退掉。 最新版本:v0.6.3
显示更多
0
31
539
81
转发到社区