Skip to content

Commit 935b26e

Browse files
StartAutomatingStartAutomating
StartAutomating
authored and
StartAutomating
committed
feat: Get-WebSocket -ForwardEvent ( Fixes #56 )
1 parent c3bc713 commit 935b26e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,11 +122,13 @@ websocket wss://jetstream2.us-east.bsky.network/subscribe?wantedCollections=app.
122122

123123
~~~powershell
124124
# BlueSky, but just the hashtags
125-
websocket wss://jetstream2.us-west.bsky.network/subscribe?wantedCollections=app.bsky.feed.post -WatchFor @{
125+
websocket wss://jetstream2.us-west.bsky.network/subscribe -QueryParameter @{
126+
wantedCollections = 'app.bsky.feed.post'
127+
} -WatchFor @{
126128
{$webSocketoutput.commit.record.text -match "\#\w+"}={
127129
$matches.0
128130
}
129-
}
131+
} -Maximum 1kb
130132
~~~
131133
#### Get-WebSocket Example 10
132134

0 commit comments

Comments
 (0)