#bluesky #at-proto #atrium #cli-applications #cli

bin+lib bsky-cli

CLI application for Bluesky using ATrium API

11 releases

0.1.26 Nov 19, 2024
0.1.25 Oct 28, 2024
0.1.24 Sep 20, 2024
0.1.20 Aug 14, 2024
0.1.17 Jun 26, 2024

#475 in Asynchronous

Download history 21/week @ 2024-08-17 219/week @ 2024-09-07 315/week @ 2024-09-14 120/week @ 2024-09-21 33/week @ 2024-09-28 2/week @ 2024-10-05 7/week @ 2024-10-12 2/week @ 2024-10-19 119/week @ 2024-10-26 35/week @ 2024-11-02 2/week @ 2024-11-09 182/week @ 2024-11-16 37/week @ 2024-11-23 3/week @ 2024-11-30

233 downloads per month

MIT license

330KB
8K SLoC

Bsky CLI

CLI application for Bluesky using ATrium API

Usage: bsky-cli [OPTIONS] <COMMAND>

Commands:
  login               Login (Create an authentication session)
  get-timeline        Get a view of an actor's home timeline
  get-author-feed     Get a view of an actor's feed
  get-likes           Get a list of likes for a given post
  get-reposted-by     Get a list of reposts for a given post
  get-actor-feeds     Get a list of feeds created by an actor
  get-feed            Get a view of a hydrated feed
  get-list-feed       Get a view of a specified list,
  get-follows         Get a list of who an actor follows
  get-followers       Get a list of an actor's followers
  get-lists           Get a list of the list created by an actor
  get-list            Get detailed info of a specified list
  get-profile         Get detailed profile view of an actor
  get-preferences     Get preferences of an actor
  list-notifications  Get a list of notifications
  list-convos         Get a list of chat conversations
  send-convo-message  Send a message to a chat conversation
  create-post         Create a new post
  delete-post         Delete a post
  help                Print this message or the help of the given subcommand(s)

Options:
  -p, --pds-host <PDS_HOST>  [default: https://bsky.social]
  -l, --limit <LIMIT>        Limit the number of items returned [default: 10]
  -d, --debug                Debug print
  -h, --help                 Print help
  -V, --version              Print version

Dependencies

~10–21MB
~280K SLoC