#at-proto #bluesky #cli-applications

bin+lib atrium-cli

CLI application for AT Protocol using ATrium API

14 releases

new 0.1.13 May 20, 2024
0.1.12 May 17, 2024
0.1.11 Apr 18, 2024
0.1.9 Mar 27, 2024
0.1.3 Feb 29, 2024

#5 in #at-proto

Download history 331/week @ 2024-02-18 155/week @ 2024-02-25 157/week @ 2024-03-03 386/week @ 2024-03-10 61/week @ 2024-03-17 235/week @ 2024-03-24 42/week @ 2024-03-31 2/week @ 2024-04-07 285/week @ 2024-04-14 9/week @ 2024-04-21 1/week @ 2024-04-28 88/week @ 2024-05-12

109 downloads per month

MIT license

575KB
13K SLoC

ATrium CLI

CLI application for AT Protocol using ATrium API

Usage: atrium-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
  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

~9–25MB
~320K SLoC