Skip to content

Latest commit

 

History

History
77 lines (50 loc) · 1.6 KB

Get-BskyTimeline.md

File metadata and controls

77 lines (50 loc) · 1.6 KB
external help file Module Name online version schema
PSBlueSky-help.xml
PSBlueSky
2.0.0

Get-BskyTimeline

SYNOPSIS

Get your Bluesky timeline.

SYNTAX

Get-BskyTimeline [[-Limit] <Int32>] [<CommonParameters>]

DESCRIPTION

This command will return all items on your Bluesky timeline.

EXAMPLES

Example 1

PS C:\> Get-BskyTimeline -Limit 1011/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 #MVPBuzz0  📧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.

PARAMETERS

-Limit

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

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

OUTPUTS

PSBlueskyTimelinePost

NOTES

RELATED LINKS

Get-BskyFeed