https://github.com/fromkk/appreporter
Post app analytics information to Slack
https://github.com/fromkk/appreporter
Last synced: about 1 year ago
JSON representation
Post app analytics information to Slack
- Host: GitHub
- URL: https://github.com/fromkk/appreporter
- Owner: fromkk
- License: mit
- Created: 2024-06-21T12:42:32.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-23T09:05:08.000Z (almost 2 years ago)
- Last Synced: 2025-04-23T22:52:50.856Z (about 1 year ago)
- Language: Swift
- Size: 13.7 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AppReporter
It is a CLI tool that summarizes the daily installation numbers and user reviews of an app and posts them to Slack.
## Require
macOS(over 11.0)
Swift 5.9
## Build
```swift
git clone https://github.com/fromkk/AppReporter.git
cd ./AppReporter
swift build -c release
```
## Useage
```sh
.build/arm64-apple-macosx/debug/AppReporter -h
USAGE: arguments [--vendor-number ] [--time-zone ] [--locale ] [--slack-webhook-url ]
ARGUMENTS:
Key ID
Issuer ID
Path for private key *.p8
App ID
Date(YYYY-MM-DD)
OPTIONS:
-v, --vendor-number
Vendor Number
-t, --time-zone
TimeZone(ex. Asia/Tokyo)
-l, --locale Locale(ex. ja_JP)
-s, --slack-webhook-url
Slack Webhook URL
-h, --help Show help information.
```
### Example
```
2024-06-21 # Type Report :memo:
:tada: Number of Installs: 11
No customer reviews :cry:
```