Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pingpad-io/bsky-cli

bluesky cli tool in deno
https://github.com/pingpad-io/bsky-cli

bluesky bluesky-client bsky cli

Last synced: about 2 months ago
JSON representation

bluesky cli tool in deno

Awesome Lists containing this project

README

        

**deprecated**, check out [bsky-cli](https://github.com/sugyan/atrium/tree/main/bsky-cli)

**what?**

a simple [bluesky](https://bsky.app) cli interface

**how?**

0. to install (or update), run:
```sh
deno install --allow-all --name bsky --global -f --config deno.json ./src/main.ts
```

1. to login, run:
```sh
bsky login
```

you'll be prompted to login with your login and app-password.

2. to post a message, run:
```sh
bsky post
```