Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kijuky/line-notify
LINE NotifyのCLIクライアントです。
https://github.com/kijuky/line-notify
graalvm-native-image line scala
Last synced: about 2 months ago
JSON representation
LINE NotifyのCLIクライアントです。
- Host: GitHub
- URL: https://github.com/kijuky/line-notify
- Owner: kijuky
- Created: 2022-09-21T12:50:00.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2023-03-12T12:30:42.000Z (almost 2 years ago)
- Last Synced: 2023-03-25T13:57:24.829Z (almost 2 years ago)
- Topics: graalvm-native-image, line, scala
- Language: Scala
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LINE Notify
[LINE Notify](https://engineering.linecorp.com/ja/blog/using-line-notify-to-send-messages-to-line-from-the-command-line/) のCLIクライアントです。
## インストール
```shell
brew tap kijuky/tools
brew install line-notify
```## 使い方
[LINE Notify のマイページ](https://notify-bot.line.me/my/)からパーソナルアクセストークンを取得し、送信メッセージと共に実行します。
```shell
line-notify --token $PERSONAL_ACCESS_TOKEN message
```アクセスが成功した場合、[Preferences](https://docs.oracle.com/en/java/javase/19/core/preferences-api1.html) にパーソナルアクセストークンをキャッシュするため、以降はアクセストークンを省略できます。
```shell
line-notify message2
```