Skip to content

Instantly share code, notes, and snippets.

@mamemomonga
Last active May 12, 2023 21:50
Show Gist options
  • Save mamemomonga/8810c53f8d724dc1f26c7250e98a2d7e to your computer and use it in GitHub Desktop.
Save mamemomonga/8810c53f8d724dc1f26c7250e98a2d7e to your computer and use it in GitHub Desktop.

bluesky cliクライアント bskyを試す

https://github.com/mattn/bsky

$ git clone [email protected]:mattn/bsky.git
$ cd bsky
$ go build
$ ./bsky login mamemomonga.bsky.social パスワード
$ ./bsky timeline
$ ./bsky post 'そろそろ眠くなってきたお'
$ vim text.txt
$ cat text.txt | ./bsky post --stdin

設定は ~/.config/bsky に作成される

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment