We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3bc713 commit 935b26eCopy full SHA for 935b26e
README.md
@@ -122,11 +122,13 @@ websocket wss://jetstream2.us-east.bsky.network/subscribe?wantedCollections=app.
122
123
~~~powershell
124
# BlueSky, but just the hashtags
125
-websocket wss://jetstream2.us-west.bsky.network/subscribe?wantedCollections=app.bsky.feed.post -WatchFor @{
+websocket wss://jetstream2.us-west.bsky.network/subscribe -QueryParameter @{
126
+ wantedCollections = 'app.bsky.feed.post'
127
+} -WatchFor @{
128
{$webSocketoutput.commit.record.text -match "\#\w+"}={
129
$matches.0
130
}
-}
131
+} -Maximum 1kb
132
~~~
133
#### Get-WebSocket Example 10
134
0 commit comments