Skip to content

Commit 6db5d5b

Browse files
committed
Remove paid engagement service wording from SDK copy.
1 parent 1d24811 commit 6db5d5b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ It is a Twitter API alternative for apps, scripts, and agents.
3737
X API Scraper: Speakeasy-ready OpenAPI document for the x-api-scraper TypeScript SDK.
3838

3939
The SDK wraps TwexAPI's X/Twitter API surface with bearer-token authentication.
40-
Paid engagement services, profile mutation, legacy-only operations, and non-v3 follower/following endpoints remain excluded.
40+
Profile mutation, legacy-only operations, and non-v3 follower/following endpoints remain excluded.
4141

4242
Not affiliated with X Corp.
4343
<!-- End Summary [summary] -->

openapi.sdk.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"info": {
44
"title": "X API Scraper",
55
"version": "1.0.0",
6-
"description": "Speakeasy-ready OpenAPI document for the x-api-scraper TypeScript SDK.\n\nThe SDK wraps TwexAPI's X/Twitter API surface with bearer-token authentication.\nCookie/proxy based endpoints are excluded except tweet actions, follow/unfollow, and v3 DM operations.\nPaid engagement services, profile mutation, legacy-only operations, and non-v3 follower/following endpoints remain excluded.\n\nNot affiliated with X Corp.",
6+
"description": "Speakeasy-ready OpenAPI document for the x-api-scraper TypeScript SDK.\n\nThe SDK wraps TwexAPI's X/Twitter API surface with bearer-token authentication.\nCookie/proxy based endpoints are excluded except tweet actions, follow/unfollow, and v3 DM operations.\nProfile mutation, legacy-only operations, and non-v3 follower/following endpoints remain excluded.\n\nNot affiliated with X Corp.",
77
"license": {
88
"name": "MIT"
99
}

src/x_api_scraper/sdk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class XapiScraper(BaseSDK):
3333
3434
The SDK wraps TwexAPI's X/Twitter API surface with bearer-token authentication.
3535
Cookie/proxy based endpoints are excluded except tweet actions, follow/unfollow, and v3 DM operations.
36-
Paid engagement services, profile mutation, legacy-only operations, and non-v3 follower/following endpoints remain excluded.
36+
Profile mutation, legacy-only operations, and non-v3 follower/following endpoints remain excluded.
3737
3838
Not affiliated with X Corp.
3939
"""

0 commit comments

Comments
 (0)