PSBlueSky
1.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
2024 JDH Information Technology Solutions, Inc.
Package Details
Author(s)
- Jeff Hicks
Tags
Functions
Add-BskyImage Get-BskyAccessToken Get-BskyFeed Get-BskyFollowers Get-BskyFollowing Get-BskyProfile Get-BskySession Get-BskyTimeline New-BskyPost Open-BskyHelp Update-BskySession
PSEditions
Dependencies
This module has no dependencies.
Release Notes
## [1.1.0] - 2024-11-07
### Added
- Moved the helper function `_RefreshSession` to a public function, `Update-BskySession`.
### Changed
- Modified `New-BSkyPost` to accept pipeline input.
- Updated default formatting for Bluesky timeline items to use a custom format. The Table definition remains as a named view.
- Modified session code to refresh the session if the age is greater than 60 minutes.
- Updated `README.md`.
- Revised the PDF help document formatting.
- Help documentation updates.
FileList
- PSBlueSky.nuspec
- ChangeLog.md
- README.md
- docs\Get-BskyFeed.md
- docs\Get-BskyProfile.md
- docs\New-BskyPost.md
- en-US\PSBluesky-help.xml
- formats\PSBlueskyProfile.format.ps1xml
- functions\Add-PSBlueSkyImage.ps1
- functions\Get-PSBlueSkyFollower.ps1
- functions\Get-PSBlueSkyPosts.ps1
- functions\Get-PSBlueSkySession.ps1
- functions\helpers.ps1
- functions\Open-README.ps1
- images\BlueskyLogo-icon.png
- images\BlueskyLogo-small.png
- images\bsky-follower.png
- images\bsky-profile.png
- images\markdown-links.png
- images\PSBluesky-HelpPDF.png
- LICENSE.txt
- PSBlueSky.psd1
- docs\Add-BskyImage.md
- docs\Get-BskyFollowers.md
- docs\Get-BskySession.md
- docs\Open-BskyHelp.md
- formats\PSBlueskyFeed.format.ps1xml
- formats\PSBlueskySession.format.ps1xml
- functions\Get-PSBlueSkyAccessToken.ps1
- functions\Get-PSBlueSkyFollowing.ps1
- functions\Get-PSBlueSkyProfile.ps1
- functions\Get-PSBlueSkyTimeline.ps1
- functions\New-PSBlueSkyPost.ps1
- functions\Update-PSBlueskySession.ps1
- images\BlueskyLogo-medium.png
- images\bsky-feed.png
- images\bsky-information.png
- images\bsky-timeline.png
- images\module-commands.png
- types\PSBlueSky.types.ps1xml
- PSBlueSky-Help.pdf
- PSBlueSky.psm1
- docs\Get-BskyAccessToken.md
- docs\Get-BskyFollowing.md
- docs\Get-BskyTimeline.md
- docs\Update-BskySession.md
- formats\PSBlueskyFollower.format.ps1xml
- formats\PSBlueSkyTimelinePost.format.ps1xml