external help file | Module Name | online version | schema |
---|---|---|---|
PSBlueSky-help.xml |
PSBlueSky |
2.0.0 |
Get your Bluesky followers
Get-BskyFollowers [[-Limit] <Int32>] [<CommonParameters>]
Get-BskyFollowers [-All] [<CommonParameters>]
This command will return a list of your Bluesky followers, You can get between 1 and 100. The default is 50. Or use the All parameter to page through all followers.
PS C:\> Get-BskyFollowers -Limit 2
Display Username Description
------- -------- -----------
Jonathan Lank jpluk.bsky.social
Libby Brown trubludevil.social Product manager @ SpruceID. Mom. Digital
Wallet and Passkey enthusiast. Duke fan.
Dweller of Seattle exurbia.
The default output includes clickable links.
Enter the number of followers to retrieve between 1 and 100. Default is 50.
Type: Int32
Parameter Sets: Limit
Aliases:
Required: False
Position: 0
Default value: 50
Accept pipeline input: False
Accept wildcard characters: False
Return All followers
Type: SwitchParameter
Parameter Sets: All
Aliases:
Required: False
Position: Named
Default value: None
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.