external help file | Module Name | online version | schema |
---|---|---|---|
PSBlueSky-help.xml |
PSBlueSky |
2.0.0 |
Get your Bluesky timeline.
Get-BskyTimeline [[-Limit] <Int32>] [<CommonParameters>]
This command will return all items on your Bluesky timeline.
PS C:\> Get-BskyTimeline -Limit 10
► 11/4/2024 11:38:45 AM ◄ 🦋 Christian Buckley [buckleyplanet.bsky.social]
Be sure to check out Episode 288 of the #MVPbuzzChat interview series with
Business Applications MVP Stefan Maroń (@StefanMaron) sharing his origin story
on becoming a Microsoft MVP https://buff.ly/4fa3iv7 #MVPBuzz
❤ 0 📧0 💬0
...
The default output uses a custom format file that includes emojis and $PSStyle formatting. The text and account name should be clickable links that will open the timeline item.
Enter the number of timeline posts to retrieve between 1 and 100. Default is 50.
Type: Int32
Parameter Sets: (All)
Aliases:
Required: False
Position: 0
Default value: 50
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.