[ trixie ]
[ sid ]
[ 原始碼: madonctl ]
套件:madonctl(2.3.2+ds1-1 以及其他的)
CLI client for the Mastodon social network API
This package contains a Golang command line interface for the Mastodon Rest API.
In order to use madonctl, you need to specify the instance name or URL, and usually provide an account login/password (or a token). These settings can be passed as command line arguments or environment variables, but the easiest way is to use a configuration file.
Note that one can generate a configuration file for your settings with
madonctl config dump -i mastodon.social -L username@domain -P password
(One can redirect the output to a configuration file.)