AppStoreConnectClient
A client for the Apple AppStoreConnect API
Install / Use
/learn @harrisonrw/AppStoreConnectClientREADME
AppStoreConnectClient
A client for the Apple AppStoreConnect API.
This is a work in progress. It currently downloads the Sales Reports for a specific month.
Required Pre-Requisites
Installation
- Install the required pre-requisites.
- Clone this repository
- Create
settings.pywith the following contents:
#!/usr/bin/python
# DO NOT INCLUDE IN VERSION CONTROL
"""
JWT Authentication
For information about the parameters, visit:
https://developer.apple.com/documentation/appstoreconnectapi/generating_tokens_for_api_requests
"""
# Your private key ID from App Store Connect
KEY_ID = 'YOUR KEY ID'
# Your private key, downloaded from App Store Connect
KEY_FILE = 'YOUR KEY FILE'
# Your issuer ID from the API Keys page in App Store Connect
ISSUER_ID = 'YOUR ISSUER ID'
"""
Sales Reports
For information about the parameters, visit:
https://developer.apple.com/documentation/appstoreconnectapi/download_sales_and_trends_reports
"""
VENDOR_NUMBER = 'YOUR VENDOR NUMBER'
MONTH = '2019-05' # Change date as appropriate
"""
Output
"""
REPORT_OUTPUT_FILE = 'report.csv'
- Use your own identifiers in
settings.py
Usage
Run:
python client.py
Related Skills
node-connect
352.0kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
111.1kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
352.0kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
352.0kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
