Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pingpad-io/bsky-cli
- Owner: pingpad-io
- Created: 2024-10-24T05:20:35.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-24T08:37:30.000Z (2 months ago)
- Last Synced: 2024-10-24T23:31:23.876Z (2 months ago)
- Topics: bluesky, bluesky-client, bsky, cli
- Language: TypeScript
- Homepage:
- Size: 31.3 MB
- Stars: 7
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
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
```