Skip to main content

CLI(コマンドライン)ではじめる

CLIでSpachaを使いましょう.

note

Node.jsから呼び出すSpachaImage(Canvas)を用いてレンダリングしています.

インストール

  1. Node.js,npmが動作する環境を用意します.

    nodejs.orgからインストーラをダウンロードします.

    note

    npmなしで動作するスタンドアロン版も検討中です!

  2. npm i -g spacha-cli を実行します.

    tip

    Linuxの場合,su権限が必要になることがあります

    sudo npm i -g spacha-cli

使ってみる

200円で最高

240円で「最高!」とスーパーチャットを投げてみましょう.

spacha --message "最高!" --price 240 spacha.png

Example banner

テーマを変更する

500円で赤スパを投げてみましょう.お得ですね.

spacha --message "おめでとうございます!!" --price 500 --theme "red" spacha.png

Example banner

ユーザーを設定する

投稿ユーザーを設定することができます.画像はファイルパス,またはURLを指定することができます.

spacha \
--message "チャンネル登録してください" \
--user.name "Bony_Chops" \
--user.image "https://github.com/bonychops.png" \
spacha.png

Example banner

コメントなし

コメントなしのスパチャも投げることができます.

spacha \
--user.name "Bony_Chops" \
--user.image "https://github.com/bonychops.png" \
--price -31117 \
--theme "red" \
spacha.png

Example banner

金額はBony_Chopsの2022/09/17現在の残高です