Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattn/bsky
A cli application for bluesky social
https://github.com/mattn/bsky
bluesky
Last synced: 13 days ago
JSON representation
A cli application for bluesky social
- Host: GitHub
- URL: https://github.com/mattn/bsky
- Owner: mattn
- Created: 2023-03-05T16:04:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-04T10:29:36.000Z (6 months ago)
- Last Synced: 2024-05-04T17:53:34.588Z (6 months ago)
- Topics: bluesky
- Language: Go
- Homepage:
- Size: 254 KB
- Stars: 260
- Watchers: 7
- Forks: 25
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-atproto - CLI Application for Bluesky Social
README
# bsky
bluesky CLI client written in Go
## Usage
```
NAME:
bsky - bskyUSAGE:
bsky [global options] command [command options] [arguments...]VERSION:
0.0.6DESCRIPTION:
A cli application for blueskyCOMMANDS:
show-profile show profile
update-profile update profile
timeline, tl show timeline
search search posts
thread show thread
post post new text
vote vote the post
votes show votes of the post
repost repost the post
reposts show reposts of the post
follow follow the handle
follows show follows
followers show followers
delete delete the note
login login the social
help, h Shows a list of commands or help for one commandGLOBAL OPTIONS:
-a value profile name
-V verbose (default: false)
--help, -h show help
--version, -v print the version
``````
$ bsky login [handle] [password]
$ bsky timeline
``````
$ bsky post -image ~/pizza.jpg 'I love 🍕'
``````
$ bsky vote at://did:plc:xxxxxxxxxxxxxxxxxxxxxxxx/app.bsky.feed.post/yyyyyyyyyyyyy
$ bsky repost at://did:plc:xxxxxxxxxxxxxxxxxxxxxxxx/app.bsky.feed.post/yyyyyyyyyyyyy
```## Installation
Download binary from Release page.
Or install with go install command.
```
go install github.com/mattn/bsky@latest
```## License
MIT
## Author
Yasuhiro Matsumoto (a.k.a. mattn)