-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontext7.json
More file actions
33 lines (33 loc) · 1.67 KB
/
Copy pathcontext7.json
File metadata and controls
33 lines (33 loc) · 1.67 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
{
"$schema": "https://context7.com/schema/context7.json",
"projectTitle": "Xquik PHP SDK",
"description": "Official PHP SDK for Xquik's X/Twitter API with typed methods for tweet search, user lookup, media workflows, monitors, webhooks, posting, and bulk extractions.",
"branch": "main",
"excludeFolders": [
".github",
"bin",
"tests",
"vendor"
],
"excludeFiles": [
"CHANGELOG.md",
"CODE_OF_CONDUCT.md",
"LICENSE",
"SECURITY.md",
"composer.lock",
"phpstan.dist.neon",
"phpunit.xml.dist"
],
"rules": [
"Install from Composer package xquik/x-twitter-scraper or from the documented VCS repository while registry freshness is pending.",
"Authenticate with the Client apiKey option or X_TWITTER_SCRAPER_API_KEY environment variable.",
"Use README.md first for install, authentication, first request, retries, errors, media, webhooks, and common workflows.",
"Use composer.json for package name, license, homepage, support URLs, PHP version, and dependency metadata.",
"Use src/Services and src/ServiceContracts for generated PHP method names and typed request parameters.",
"Use src/Services/X/TweetsService.php for tweet search and posting examples.",
"Use src/Services/X/MediaService.php, src/Services/MonitorsService.php, src/Services/WebhooksService.php, and src/Services/ExtractionsService.php for media, monitoring, webhook, and bulk extraction workflows.",
"Never expose API keys, bearer tokens, webhook signing values, user credentials, or local runtime secrets in examples, logs, or commits."
],
"url": "https://context7.com/xquik-dev/x-twitter-scraper-php",
"public_key": "pk_oCPeRRqZFJsY4cCUSotDD"
}