-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontext7.json
More file actions
30 lines (30 loc) · 1.24 KB
/
Copy pathcontext7.json
File metadata and controls
30 lines (30 loc) · 1.24 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
{
"$schema": "https://context7.com/schema/context7.json",
"projectTitle": "TwexAPI X Scraper",
"description": "TwexAPI Twitter scraper API, MCP server, SDK, and Skill documentation for an X (Twitter) Scraper API and X API alternative. You do not need an official X developer account for supported public reads. Not affiliated with X Corp.",
"branch": "main",
"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, SDK links, API coverage, and MCP setup.",
"Use skills/x-api-scraper/SKILL.md as the primary operating guide.",
"Use skills/x-api-scraper/references/api-endpoints.md for REST routes and SDK methods.",
"Use https://docs.twexapi.io/mcp/overview for current MCP client support.",
"Use task-guides/*.md for search, follower, timeline, and other public-read workflows.",
"Use commands/*.md for command examples.",
"Public reads use X_API_SCRAPER_KEY only. Do not document cookie, auth_token, write, or private DM flows."
],
"url": "https://github.com/twexapi-dev/x-api-scraper"
}