-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcontext7.json
More file actions
44 lines (44 loc) · 2.29 KB
/
Copy pathcontext7.json
File metadata and controls
44 lines (44 loc) · 2.29 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
{
"$schema": "https://context7.com/schema/context7.json",
"projectTitle": "Xquik Python SDK",
"description": "Python SDK for Twitter search, followers, webhooks & X automation through Xquik. Not affiliated with X Corp.",
"branch": "main",
"excludeFolders": [
".devcontainer",
".github",
".vscode",
"bin",
"scripts",
"tests"
],
"excludeFiles": [
".python-version",
".release-please-manifest.json",
".stats.yml",
"Brewfile",
"CHANGELOG.md",
"CITATION.cff",
"CODE_OF_CONDUCT.md",
"CONTRIBUTING.md",
"LICENSE",
"SECURITY.md",
"release-please-config.json",
"requirements-dev.lock",
"uv.lock"
],
"rules": [
"Install from PyPI package x_twitter_scraper, then import x_twitter_scraper.",
"Authenticate with XTwitterScraper api_key or the X_TWITTER_SCRAPER_API_KEY environment variable.",
"Use README.md first for install, authentication, first request, retries, raw responses, uploads, pagination, webhooks, and common workflows.",
"Use https://docs.xquik.com/mcp/overview for current MCP authentication and client compatibility. MCP access is separate from this REST SDK.",
"Use api.md for the generated resource map, method names, request parameters, response types, and endpoint coverage.",
"Use pyproject.toml for package name, license, project URLs, Python version, dependency metadata, and package file includes.",
"Use src/x_twitter_scraper/resources and src/x_twitter_scraper/types for generated Python method names and typed request parameters.",
"Use src/x_twitter_scraper/resources/x/tweets/tweets.py for tweet search, posting, replies, retweets, likes, and tweet retrieval workflows.",
"Use src/x_twitter_scraper/resources/x/media.py, src/x_twitter_scraper/resources/monitors/monitors.py, src/x_twitter_scraper/resources/webhooks.py, and src/x_twitter_scraper/resources/extractions.py for media, monitoring, webhook, and bulk extraction workflows.",
"For Python code, show XTwitterScraper for sync usage and AsyncXTwitterScraper for async usage.",
"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-python",
"public_key": "pk_oCPeRRqZFJsY4cCUSotDD"
}