-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.34 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.34 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
{
"name": "@twexapi-dev/x-developer",
"version": "0.1.0",
"description": "X (Twitter) Scraper API and X API alternative. You do not need an official X developer account for supported public reads. REST, MCP, SDKs, CLI, Skills, and Terraform. Not affiliated with X Corp.",
"author": {
"name": "TwexAPI",
"url": "https://docs.twexapi.io"
},
"license": "MIT",
"homepage": "https://twexapi.io",
"repository": {
"type": "git",
"url": "git+https://github.com/twexapi-dev/x-api-scraper.git"
},
"bugs": {
"url": "https://github.com/twexapi-dev/x-api-scraper/issues"
},
"keywords": [
"twitter",
"x-api",
"twitter-api",
"twitter-api-alternative",
"x-api-alternative",
"twitter-scraper-api",
"tweet-search",
"twitter-followers",
"twitter-trends",
"mcp",
"mcp-server",
"agent-skill",
"skills",
"ai-agent",
"claude-code",
"codex",
"cursor",
"rest-api",
"scraper",
"apify",
"apify-actor",
"twexapi"
],
"files": [
".codex-plugin",
".claude-plugin",
".mcp.json",
"assets",
"commands",
"context7.json",
"docker-mcp-registry/twexapi-remote",
"glama.json",
"openclaw.plugin.json",
"registry.json",
"server.json",
"skills",
"skills.sh.json",
"start.sh",
"stub-server.mjs",
"task-guides"
]
}