Skip to content

Instantly share code, notes, and snippets.

@mamemomonga
Last active May 12, 2023 21:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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 git@github.com: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