Skip to content

Latest commit

 

History

History
102 lines (64 loc) · 2.46 KB

Get-BskyProfile.md

File metadata and controls

102 lines (64 loc) · 2.46 KB
external help file Module Name online version schema
PSBluesky-help.xml
PSBlueSky
2.0.0

Get-BskyProfile

SYNOPSIS

Get a Bluesky profile.

SYNTAX

Get-BskyProfile [[-UserName] <String>] [<CommonParameters>]

DESCRIPTION

Use this command to retrieve a Bluesky profile. The default will be your profile based on the credential you used to start your Bluesky session, but you can get any profile if you know the user name. The user name is case-sensitive. The default output includes clickable links.

Note the the Followers property may not be 100% accurate. This counter may not properly reflect accounts that have stopped following you. The way that Bluesky is handling bot accounts may also affect this count. To get a true picture of your followers, use Get-BskyFollowers.

EXAMPLES

Example 1

PS C:\> Get-BskyProfile

Jeff Hicks [jdhitsolutions.com]

PowerShell Author/Teacher/MVP/Guide ✍️
Prof. PowerShell Emeritus 🎓
Grizzled and grumpy IT Pro - https://jdhitsolutions.github.io/
🎼Amateur composer - https://musescore.com/user/26698536
Wine drinker 🍷🐶 and dog lover


Created            Posts Followers Following Lists
-------            ----- --------- --------- -----
5/21/2023 10:44 AM  1230      1994       415     2

The default output includes clickable links.

Example 2

PS C:\> Get-BskyProfile jsnover.com

Jeffrey Snover [jsnover.bsky.social]

PowerShell inventor, Reader, Science & Geopolitics geek, Google Distinguished Engineer


Created           Posts Followers Following Lists
-------           ----- --------- --------- -----
5/1/2023 10:14 AM   210      2747       660     0

You can get any profile if you know the user name.

PARAMETERS

-UserName

Enter the profile or user name.

Type: String
Parameter Sets: (All)
Aliases: Profile

Required: False
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
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

System.String

OUTPUTS

PSBlueskyProfile

NOTES

RELATED LINKS

Find-BskyUser

Get-BskyFollowers