PSBlueSky
2.1.0
A set of PowerShell commands that use the Bluesky API. You can skeet and upload images from a PowerShell prompt. This module is written for PowerShell 7 and uses features like $PSStyle.
Minimum PowerShell version
7.4
Installation Options
Owners
Copyright
(c)2024 JDH Information Technology Solutions, Inc.
Package Details
Author(s)
- Jeff Hicks
Tags
Functions
Add-BskyImage Find-BskyUser Get-BskyAccountDID Get-BskyFeed Get-BskyFollowers Get-BskyFollowing Get-BskyNotification Get-BskyProfile Get-BskySession Get-BskyModuleInfo Get-BskyTimeline New-BskyPost Open-BskyHelp Start-BskySession Update-BskySession
PSEditions
Dependencies
This module has no dependencies.
Release Notes
## [2.1.0] - 2024-11-21
### Added
- Added alias `bss` for `Get-BskySession`.
- Added function `Get-BskyAccountDID`.
- Added parameter validation on image uploads to verify the image file size is less than 1MB.
- Merged [PR #23](https://github.com/jdhitsolutions/PSBluesky/pull/23) from [@jhoneill](https://github.com/jhoneill) to add label support for `New-BskyPost` and `-Username` to `Get-BskyFeed`.
- Added command `Get-BskyAccountDID`. This command does not require authentication.
### Changed
- Made `PostCache` a global-scoped variable and renamed it to `BskyPostCache``. Thanks to [@ShaunLawrie](https://github.com/ShaunLawrie) for the suggestion
- Revised parameter validations on `ImagePath` to provide more granular error messages.
- Updated `README` with documentation about setting up a credential using an app password.
- Revised `OnRemove` handler to remove type customizations. This should eliminate errors on module re-import in the same session.
### Removed
- Removed `gif` as a valid image type to upload.
### Fixed
- Modified `New-BskyPost` to re-order items that require facets so that the message is properly formatted. [[Issue #22](https://github.com/jdhitsolutions/PSBluesky/issues/22)]
FileList
- PSBlueSky.nuspec
- ChangeLog.md
- PSBlueSky.psd1
- docs\Find-BskyUser.md
- docs\Get-BskyFollowing.md
- docs\Get-BskySession.md
- docs\Start-BSkySession.md
- formats\PSBlueskyFeed.format.ps1xml
- formats\PSBlueskyProfile.format.ps1xml
- functions\Add-PSBlueSkyImage.ps1
- functions\Get-PSBlueSkyDID.ps1
- functions\Get-PSBlueSkyPosts.ps1
- functions\helpers.ps1
- functions\Start-PSBlueSkySession.ps1
- images\BlueskyLogo-icon.png
- images\bsky-feed.png
- images\bsky-information.png
- images\bsky-profile.png
- images\custom-verbose.png
- images\get-bskymoduleinfo.png
- images\PSBluesky-HelpPDF.png
- LICENSE.txt
- PSBlueSky.psm1
- docs\Get-BskyAccountDID.md
- docs\Get-BskyModuleInfo.md
- docs\Get-BskyTimeline.md
- docs\Update-BskySession.md
- formats\PSBlueskyFollower.format.ps1xml
- formats\PSBlueskySearchResult.format.ps1xml
- functions\DEPRECATED-Get-PSBlueSkyAccessToken.ps1
- functions\Get-PSBlueSkyFollower.ps1
- functions\Get-PSBlueSkyProfile.ps1
- functions\New-PSBlueSkyPost.ps1
- functions\Update-PSBlueskySession.ps1
- images\BlueskyLogo-medium.png
- images\bsky-follower.png
- images\bsky-moduleinfo.png
- images\bsky-timeline.png
- images\find-bskyuser-topic.png
- images\markdown-links.png
- images\settings-appPasswords.png
- PSBlueSky-Help.pdf
- README.md
- docs\Get-BskyFeed.md
- docs\Get-BskyNotification.md
- docs\New-BskyPost.md
- en-US\PSBluesky-help.xml
- formats\PSBlueskyModuleInfo.format.ps1xml
- formats\PSBlueskySession.format.ps1xml
- functions\Find-PSBlueSkyUser.ps1
- functions\Get-PSBlueSkyFollowing.ps1
- functions\Get-PSBlueSkySession.ps1
- functions\Open-README.ps1
- images\bluesky-apppassword.png
- images\BlueskyLogo-small.png
- images\bsky-following.png
- images\bsky-notification.png
- images\create-appPassword.png
- images\find-bskyuser.png
- images\module-commands.png
- types\PSBlueSky.types.ps1xml
- docs\Add-BskyImage.md
- docs\Get-BskyFollowers.md
- docs\Get-BskyProfile.md
- docs\Open-BskyHelp.md
- en-US\PSBluesky.psd1
- formats\PSBlueskyNotification.format.ps1xml
- formats\PSBlueSkyTimelinePost.format.ps1xml
- functions\Get-ModuleInfo.ps1
- functions\Get-PSBlueSkyNotification.ps1
- functions\Get-PSBlueSkyTimeline.ps1
- functions\psblueskychat.ps1