Aptivi - Manual
ProjectsWebsiteBlog
BskyId - Manual
BskyId - Manual
  • Welcome!
  • Releases
    • Version Release Notes
  • Installation
    • Installing
  • Basics
    • How to use
  • Report an issue
  • Source code
Powered by GitBook
On this page
Edit on GitHub
  1. Basics

How to use

How do you use BskyId?

Last updated 7 months ago

This script is easy to use. Just get your BlueSky handle from your BlueSky account that you can find over the website, and pass it to the script. This ID is a unique identifier for your BlueSky account and can't be edited.

Usage

To use this script, you can just use:

Windows
Set-ExecutionPolicy Bypass -Scope Process
./bskyid.ps1 $handle [-plain/-nocolor]
Linux
$ ./bskyid $handle [-plain/-nocolor] # Local installation
$ bskyid $handle [-plain/-nocolor]   # Global installation

Both scripts return just a BlueSky ID associated with your BlueSky account. Replace the $handle variable with your BlueSky handle linked above. The following switches are supported:

  • -plain: Outputs the BlueSky ID handle in a plain JSON response instead of just the ID.

  • -nocolor: Don't use colors on success or failure.

You must write your handle before any switch can be used.

BlueSky