An open API service indexing awesome lists of open source software.

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

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:
```