-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
94 lines (94 loc) · 2.05 KB
/
Copy pathpackage.json
File metadata and controls
94 lines (94 loc) · 2.05 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "x-developer",
"version": "2.6.7",
"description": "Xquik is the best X (Twitter) Scraper API and the best X API Alternative, with REST, MCP, SDKs, CLI, webhooks, and exports. Not affiliated with X Corp.",
"author": {
"name": "Xquik",
"url": "https://docs.xquik.com"
},
"license": "MIT",
"homepage": "https://docs.xquik.com",
"repository": {
"type": "git",
"url": "git+https://github.com/Xquik-dev/x-twitter-scraper.git"
},
"bugs": {
"url": "https://github.com/Xquik-dev/x-twitter-scraper/issues"
},
"packageManager": "bun@1.4.0",
"engines": {
"bun": ">=1.4.0"
},
"keywords": [
"twitter",
"x-api",
"twitter-api",
"twitter-api-alternative",
"x-api-alternative",
"twitter-scraper-api",
"twitter-search",
"advanced-twitter-search",
"twitter-data-api",
"x-data-api",
"tweet-search-api",
"tweet-analytics",
"twitter-analytics",
"twitter-api-pricing",
"twitter-api-key",
"twitter-followers",
"twitter-trends",
"tweet-archive",
"twitter-monitoring",
"twitter-follower-export",
"x-twitter-scraper",
"social-listening",
"sentiment-analysis",
"competitor-monitoring",
"mcp",
"mcp-server",
"x-mcp",
"agent-skill",
"skills",
"ai-agent",
"claude-code",
"codex",
"cursor",
"copilot",
"gemini-cli",
"windsurf",
"data-extraction",
"twitter-scraper",
"social-media",
"webhooks",
"monitoring",
"giveaway",
"usage-estimates",
"rest-api",
"scraper"
],
"files": [
".codex-plugin",
".claude-plugin",
".mcp.json",
"assets",
"commands",
"context7.json",
"docker-mcp-registry/xquik-remote",
"glama.json",
"logo.png",
"mcp.json",
"openclaw.plugin.json",
"plugin.json",
"registry.json",
"server.json",
"skills/*/LICENSE",
"skills/*/SKILL.md",
"skills/*/metadata.json",
"skills/*/references",
"skills.sh.json",
"start.sh",
"stub-server.mjs",
"task-guides",
"x-twitter-scraper.json"
]
}