kblin / clisky

A quick-and-dirty command line tool to post to Bluesky.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

clisky

A quick-and-dirty command line tool to post to Bluesky.

Setup

This project is using Bun as its JavaScript runtime, but can likely be ported to other runtimes with reasonable effort.

To install dependencies:

bun install

Then, create a .env file containing your Bluesky username and a corresponding app password.

BLUESKY_USERNAME=exampleuser.bsky.social
BLUESKY_PASSWORD=super-secret-app-password

Finally, run

bun run index.ts "Your post to Bluesky here"

to make your post. @mentions and https://web.links will automatically be recognised.

Licence

All code is available under the Apache License version 2, see the LICENSE file for details.

About

A quick-and-dirty command line tool to post to Bluesky.

License:Apache License 2.0


Languages

Language:TypeScript 100.0%