u-ryo's blog

various information for coding...

Category: Push

Push Notification From Command Line by Ntfy

| Comments

コマンドラインからPush通知が出来るというのでやってみました。 (Linuxのコマンドラインやスクリプトからスマホにプッシュ通知する。(ntfyというツールの紹介)) PushBulletを使ってみました。 ChromeやFirefoxだとextension、 スマホだとアプリを入れます。

1
2
sudo apt install python-pip
pip install ntfy

ntfyを入れ、~/.ntfy.ymlにPushBulletのaccess_tokenを入れ、 ~/.local/bin/ntfy -t 'Title' send 'notification contents' とすると、送れました。 スマホ側の音とか振動は、アプリでの設定にて調整可能です。

最初よくわかってなかったのですが、 PushBulletのアプリを入れると、 電話帳やSMS(Short Message Service)もぶっこ抜いてくるんですね。 それと知らずにSMS送ってしまい、相手に不審がられてしまいました。