What it does
Need a Truth Social API for a trading system? TweetStream streams supported Donald Trump and White House posts as bot-ready WebSocket JSON alongside X alerts. TweetStream is independent—not the official Truth Social API—and does not provide broad Truth Social account access.
Use cases
WebSocket integration
Receive optional Trump and White House Truth Social posts in your TweetStream WebSocket client.
Platform-aware parsing
Use the platform marker to keep Truth Social and X/Twitter handling explicit in code.
Trading-system routing
Route posts into classifiers, trading bots, Discord channels, or analyst dashboards.
Less custom glue
Avoid maintaining a one-off polling job when your core need is fast alert delivery.
How it works
- Confirm the integration scope - Confirm that the supported Trump and White House scope matches the first-party posts your strategy needs.
- Connect your client - Authenticate with your API key, open the TweetStream WebSocket, and receive supported posts in the content envelope.
- Parse and route events - Branch on d.author.platform, then route truth_social events to your classifier, bot, dashboard, or alert queue.
Compare the options
Implementation resource
Build the prediction-market routing layer
Map selected X and supported Truth Social events into paper-only strategy decisions with explicit source and risk boundaries.
Open the Polymarket bot guideCommon questions
TweetStream is independent and is not affiliated with, endorsed by, or sponsored by X Corp, Truth Social, TMTG, or Donald J. Trump. It is built for selected-account alert workflows; use official platform APIs when you need official access, write actions, compliance archives, or broad social listening. For developer setup, see the WebSocket quickstart.