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 af994d2 commit be4eeb0Copy full SHA for be4eeb0
docs/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