Add Xquik as an optional Twitter read backend - #471
Closed
kriptoburak wants to merge 1 commit into
Closed
Conversation
moxxxskaifa
reviewed
Jul 5, 2026
moxxxskaifa
left a comment
There was a problem hiding this comment.
添加 Xquik API 作为 Twitter 的备选后端,52 行改动。
几个问题:
- Xquik API 是什么?有公开文档吗?
- XQUIK_API_KEY 从哪里获取?
- 是否有免费额度限制?
代码结构合理,确认上述问题后可合并。
Author
|
感谢 review,补充说明:
|
6 tasks
kriptoburak
force-pushed
the
codex/add-xquik-twitter-backend
branch
from
July 19, 2026 23:17
b093b87 to
2aa5551
Compare
Author
|
感谢之前的 review。这个更新已把 3 个问题落实到代码和文档中:
我也补全了真正可执行的 search/read curl 命令和 fallback 路由,并修复了一个独立问题:原来的域名子串判断会把 已在最新 main 上重建为 1 个 GitHub 验证签名 commit。完整 pytest 201/201 通过,修改的 Python 文件 Ruff 通过。 |
kriptoburak
force-pushed
the
codex/add-xquik-twitter-backend
branch
from
July 29, 2026 02:30
2aa5551 to
ee5c1e7
Compare
Author
|
已按当前
GitHub Actions 当前显示 |
Owner
|
感谢探索 Xquik。当前实现会绕过最新隐藏秘密输入边界、把密钥暴露在 curl 参数中、只登记不真实探活,而且上游已经演进为付费官方 CLI 和 MCP;若未来接入应重新评估并直接路由官方工具。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概要
main上重建 Xquik 的可选 Twitter/X 只读后端。XQUIK_API_KEY、xquik_api_key与agent-reach configure xquik-key。doctor只报告配置存在。它不会发送、验证或打印密钥。xquik-api-contract: 2026-04-29与next_cursor分页。active_backend语义。独立仓库修复
Closes #368.
Windows 上的 Chrome 127+ 与新版 Edge 使用应用绑定 Cookie 加密。自动浏览器读取可能报
Unable to get key for cookie decryption。文档现在说明该限制,并使用 Cookie-Editor 与当前 PowerShell 会话变量作为安全路径。Reviewer 问题
Xquik is an independent third-party service. Not affiliated with X Corp. "Twitter" and "X" are trademarks of X Corp.
架构与安全
doctor不发网络请求,也不把未验证配置标记为 active。twitter status、自动浏览器 Cookie 读取或 legacy 探测行为。kriptoburak。验证
cli.py的 17 个 Ruff findings 与 1 个 MyPy finding 和当前 upstream baseline 完全一致;本 PR 没有新增 findinggit diff --check通过main上只有 1 个 SSH-signed commit