banhala / appstore-status-bot

πŸš€ Share your application status with your team for slack. using github actions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

update date: (2024-07-01)

Fetch Appstore Info stars forks

ν•œκ΅­μ–΄λ‘œ 보기

Introduce πŸ€·πŸ»β€β™‚οΈ

App Store Connect status bot is a simple bot script fetches your app info directly from App Store Connect and post changes in slack as a bot using github-actions, help of fastlane Spaceship For using this bot, Just fork this repository is Super Easy

Features 🍯

  • πŸš€ Fetch appstore connect info using apppstore connect API
  • πŸ“£ Share your application status information to your slack workspace
  • 🌍 Localization support (english, korean)

Preview πŸ€–

Usage πŸ‘¨πŸ»β€πŸ’»

1. Generating Tokens for API Requests

To get your Key ID, copy it from App Store Connect by logging in to App Store Connect, then:

  1. Select Users and Access, then select the API Keys tab.
  2. The key IDs appear in a column under the Active heading. Hover the cursor next to a key ID to display the Copy Key ID link.
  3. Click Copy Key ID and paste it.
  4. Click Copy Issuer ID and paste it.
  5. Download the newly created API Key file (.p8)

⚠️ This file cannot be downloaded again after the page has been refreshed

  1. Generate Slack Webhook token.
  2. Fork this repository.

3. Setting Secrets with your keys.

  • Go to Settings - Secrets - Add a new secret

Secret Values

PRIVATE_KEY: Input raw data about your API Key file (.p8)
KEY_ID : Input Appstore connect key_id
ISSUER_ID : Input Appstore connect issuer_id
BUNDLE_ID : Input your bundle_identifier of application you can input multiple bundle_id with comma
SLACK_WEBHOOK : Input your slack webhook url
GH_TOKEN: Input your github token, (need gists and repo scope).
GIST_ID: Input portion from your gist url:

4. Configure fetch timing or languages

In workflow file, can change lanauges and fetch schedule default schedule is every 10 minutes.

References πŸ™‡πŸ»β€β™‚οΈ

Contribution

  • Feel free to contribution for this project.
  • Every PR, Issues is wellcome. 🀩

About

πŸš€ Share your application status with your team for slack. using github actions.


Languages

Language:JavaScript 79.6%Language:Ruby 20.4%