Setup and Basic Streaming
Synchronous
Async
Rule Management
Rules define filters on what specific data you are looking for(e.g. keywords, users etc). You can learn more about how to build rules using this guide Adding Rules:Troubleshooting
- 403 Forbidden: Invalid auth or insufficient permissions.
- 420 Enhance Your Calm: Rate limited; wait and retry.
- No Data: Check rules with
get_rules(); ensure matching Posts exist. For detailed code examples using the Python XDK, check out our code samples GitHub repo. For more examples and API reference, see the inline docstrings (e.g.,help(client.tweets.search_recent)) or the generated stubs in the source. Contribute feedback via the GitHub repo.