Rocksky CLI#
๐ง The official command-line interface for Rocksky โ a modern, decentralized music tracking and discovery platform built on the AT Protocol.
Features#
- ๐ Authenticate with your Rocksky account using OAuth
- ๐ต View your currently playing track
- ๐ See your recent scrobbles
- ๐ค Manually scrobble tracks
- ๐ ๏ธ Useful developer tools for integrating Rocksky into your workflows
Run in development#
To run the CLI in development mode, install the dependencies:
bun install
Then, run the CLI with:
bun run dev --help
Usage#
rocksky <command> [options]
Available Commands#
login - Initiates a browser-based OAuth login flow and saves your access token securely on your machine.
rocksky login
nowplaying - Displays the currently playing track on your/other Rocksky account.
rocksky nowplaying
scrobbles - Lists all recently scrobbled tracks.
rocksky scrobbles