This package has been deprecated

Author message:

deprecate

@toycode/mastodon-auth-cli

1.0.7 • Public • Published

mastodon-auth-cli

CLI program to get access token for Mastodon API.

Installing

npm install @toycode/mastodon-auth-cli

Usage

In the following examples [configuration-file] can be omitted, if omitted, the access token etc. are saved in file: app-config.json.

register app and get access token

mastodon-auth [configuration-file]

register app

mastodon-auth -a [configuration-file]

get access token

mastodon-auth -t [configuration-file]

show Usage

mastodon-auth -h

LICENSE

MIT


マストドン API を叩くための アクセストークンを取得するコマンドラインプログラム

インストール

npm install @toycode/mastodon-auth-cli

使い方

以下の例で [設定ファイル名] は省略可能です、省略した場合、アクセストークン等は app-config.json に保存されます。

アプリを登録しアクセストークンを得る

mastodon-auth [設定ファイル名]

アプリを登録する

mastodon-auth -a [設定ファイル名]

アクセストークンを得る

mastodon-auth -t [設定ファイル名]

使い方を表示

mastodon-auth -h

ライセンス

MIT

Dependents (0)

Package Sidebar

Install

npm i @toycode/mastodon-auth-cli

Weekly Downloads

1

Version

1.0.7

License

MIT

Unpacked Size

18.6 kB

Total Files

10

Last publish

Collaborators

  • toycode