Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suzuryg/vrchat-join-notifier
https://github.com/suzuryg/vrchat-join-notifier
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/suzuryg/vrchat-join-notifier
- Owner: suzuryg
- License: mit
- Created: 2022-01-08T18:18:15.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-10T13:54:57.000Z (almost 3 years ago)
- Last Synced: 2024-11-03T15:43:04.573Z (2 months ago)
- Language: TypeScript
- Size: 99.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# VRChat Join Notifier
VRChat を起動中、同じインスタンスへの join/leave を通知する node.js コマンドラインツールです。
windows 向け単体実行ファイルを Release しています。## Usage
```
$ ./bin/run -t join
```### Install
コマンドライン上で利用する場合、Node.js が必要です。
```
git clone [email protected]:kamakiri01/vrchat-join-notifier.git
cd vrchat-join-notifier
$ npm install
$ npm run build
````vn` コマンドとしてグローバルにインストールする場合、
```
$ npm install -g
```### Run
```
$ ./bin/run
```または、グローバルにインストールした場合、
```
$ vn
```または、`vrchat-join-notifier.exe` を実行します。
### Options
* `-s --specific-names `:
specific notification names(with another notification sound)
* `-se, --specific-exec `:
exec command when match specific names. Replace %{{names}} in command text with join user names. ex: -s mySpecialFriendName -se "echo %{{names}}"
* `-i, --interval `
specify check interval (default: "2")
* `-nt, --no-toast`
prevent toast notification
* `-nx, --no-xsoverlay`
prevent xsoverlay notificationand other options. see `-h` option.
### Giving coffee
コーヒー代を受け付けています。
[VRChatJoinNotifier - Iwanuki S.P.A. - BOOTH](https://iwanuki.booth.pm/items/2947584)