Skip to content

morishin/appstore-connect-sales-reporter

Repository files navigation

appstore-connect-sales-reporter

Post App Store Connect Sales Report summary to Slack.

screenshot

Setup

  1. Copy .env.example to .env and fill in the values.

    cp .env.example .env
  2. Download your own AppStore Connect API key (See https://developer.apple.com/documentation/appstoreconnectapi/creating_api_keys_for_app_store_connect_api#3028598)

  3. Rename it into AuthKey.p8 and put it next to AuthKey.p8.example.

Run

$ cd dev
$ go run .

Deploy to AWS

$ cd aws/cdk
$ cdk deploy

Re-run oapi-codegen

$ cd openapi
$ oapi-codegen -generate "types" -package openapi app_store_connect_api_1.5.1_openapi_fixed.json > ./types.gen.go
$ oapi-codegen -generate "client" -package openapi app_store_connect_api_1.5.1_openapi_fixed.json > ./client.gen.go

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published