A tweet stream sends new posts to your application as they happen, so you do not have to keep checking each account. Choose the Twitter accounts you want to monitor and Tweet Catcher delivers their posts through a live WebSocket connection.
You control what appears in the stream. For each account, choose whether you want new posts, follow activity, profile changes, or all three.
Use the stream to power a trading bot, live dashboard, archive, or alerting workflow. The tweet stream is available on Pro.
Capabilities
Live tweets from the accounts you choose
Control over the activity streamed for each account
Sub-second delivery through WebSocket
Structured data ready for your application
REST API access for managing monitoring tasks
Frequently Asked Questions
A tweet stream is a live feed of new posts sent to your application as they are published. With Tweet Catcher, the feed comes from the accounts you choose to monitor.
No. You choose which accounts appear in your stream, so you receive their activity instead of the full public feed.
Yes. Each monitoring task lets you choose between new posts, replies, retweets, deleted posts, follow activity, and profile changes.
You can use the stream in a trading bot, live dashboard, archive, custom alert system, or any other application that needs Twitter activity as it happens.
The WebSocket documentation explains how to connect and handle incoming events. Read the WebSocket docs