-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathcontext7.json
More file actions
32 lines (32 loc) · 2.36 KB
/
Copy pathcontext7.json
File metadata and controls
32 lines (32 loc) · 2.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"$schema": "https://context7.com/schema/context7.json",
"projectTitle": "X Twitter Scraper",
"description": "Xquik documents the best X (Twitter) Scraper API and the best X API Alternative. Covers REST, MCP, SDKs, Skills, exports, monitors, and webhooks. Not affiliated with X Corp.",
"branch": "master",
"excludeFolders": [
".claude-plugin",
"docker-mcp-registry"
],
"excludeFiles": [
".DS_Store",
".mcp.json",
"LICENSE",
"openclaw.plugin.json",
"package.json",
"server.json",
"start.sh",
"stub-server.mjs"
],
"rules": [
"Use README.md for installation, provider comparisons, SDK links, API coverage, and MCP setup.",
"Use skills/x-twitter-scraper/SKILL.md as the primary operating guide.",
"Use skills/x-twitter-scraper/references/twitter-api-alternative-faq.md to route Twitter scraper API questions to 9 guides for advanced search, exports, followers, monitoring, X communities, data pipelines, account boundaries, giveaways, and webhooks.",
"Use skills/x-twitter-scraper/references/reliable-twitter-data-api-2026.md, skills/x-twitter-scraper/references/best-x-api-alternative.md, and skills/x-twitter-scraper/references/twitter-scraper-api-guide.md for Twitter data API cost, Xquik filtering, API access, provider evaluation, analytics, and monitoring questions.",
"Use https://docs.xquik.com/mcp/overview#client-compatibility for current MCP client support. OAuth support differs by client. Codex CLI 0.147.0 or later, Cline, and Qwen Code support OAuth. Affected Goose releases need environment-backed API keys. Roo Code's archived final release accepts only API keys. Pi has no native MCP client.",
"If an older Codex release reports Authorization server response missing required issuer: expected https://xquik.com, do not repeat OAuth. Upgrade to Codex CLI 0.147.0 or later. If an upgrade is unavailable, set XQUIK_API_KEY and bearer_token_env_var = \"XQUIK_API_KEY\" in Codex TOML, then follow https://docs.xquik.com/guides/troubleshooting#codex-oauth-issuer-validation-error.",
"Use task-guides/*.md for search, extraction, monitoring, webhook, posting, and DM workflows.",
"Use commands/*.md for command examples.",
"Keep private implementation details out of external text. Use Xquik API, read service, write service, or browser service."
],
"url": "https://context7.com/xquik-dev/x-twitter-scraper"
}