https://github.com/starudream/notify-filterbox
https://github.com/starudream/notify-filterbox
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/starudream/notify-filterbox
- Owner: starudream
- License: apache-2.0
- Created: 2023-12-13T08:20:46.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-30T04:48:03.000Z (6 months ago)
- Last Synced: 2025-02-05T09:16:56.774Z (3 months ago)
- Language: Go
- Homepage:
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Notify-Filterbox


## Precondition
- `Android`
- [filterbox](https://filterbox.catchingnow.com)
- [google play](https://play.google.com/store/apps/details?id=com.catchingnow.np)```
{
"android.title": "{android.title}",
"android.text": "{android.text}",
"android.bigText": "{android.bigText}",
"filterbox.field.APP_NAME": "{filterbox.field.APP_NAME}",
"filterbox.field.PACKAGE_NAME": "{filterbox.field.PACKAGE_NAME}",
"filterbox.field.CHANNEL_ID": "{filterbox.field.CHANNEL_ID}",
"filterbox.field.ONGOING": {filterbox.field.ONGOING}
"filterbox.field.WHEN": {filterbox.field.WHEN}
}
```- `MacOS`
- [alerter](https://github.com/vjeantet/alerter)```shell
brew install alerter
```## Usage
```
Usage:
notify-filterbox [flags]
notify-filterbox [command]Available Commands:
service Manage serviceFlags:
--addr string server address (default "0.0.0.0:9781")
-c, --config string path to config file
-h, --help help for notify-filterbox
-v, --version version for notify-filterboxUse "notify-filterbox [command] --help" for more information about a command.
```## [License](./LICENSE)