Python SDK
Async support, type hints, comprehensive v2 coverage.
TypeScript SDK
Full TypeScript types, ESM support, works with Node.js.
Why use the official SDKs?
Quick start
Authentication
Both SDKs support multiple authentication methods:- Bearer Token (App-only)
- OAuth 2.0 (User Context)
- OAuth 1.0a (User Context)
Simplest option for reading public data.Python:TypeScript:
Available methods
The SDKs provide methods for all X API v2 endpoints:
See the full SDK documentation for complete method reference.
Resources
Python SDK Docs
Complete Python documentation.
TypeScript SDK Docs
Complete TypeScript documentation.
Python GitHub
Source code and issues.
TypeScript GitHub
Source code and issues.