{"id":30318528,"url":"https://github.com/guitaripod/pomme","last_synced_at":"2025-10-03T21:07:31.626Z","repository":{"id":285595178,"uuid":"958688524","full_name":"guitaripod/Pomme","owner":"guitaripod","description":"App Store Connect CLI tool built with Go.","archived":false,"fork":false,"pushed_at":"2025-07-12T12:41:18.000Z","size":242,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-17T11:49:20.380Z","etag":null,"topics":["appstore","appstoreconnect","cli","go"],"latest_commit_sha":null,"homepage":"https://guitaripod.github.io/Pomme/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/guitaripod.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-01T15:48:09.000Z","updated_at":"2025-08-10T13:05:03.000Z","dependencies_parsed_at":"2025-07-12T14:57:57.967Z","dependency_job_id":"329b135d-aaad-4bde-83bf-f5e70680b9dc","html_url":"https://github.com/guitaripod/Pomme","commit_stats":null,"previous_names":["marcusziade/pomme","guitaripod/pomme"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/guitaripod/Pomme","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guitaripod%2FPomme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guitaripod%2FPomme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guitaripod%2FPomme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guitaripod%2FPomme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/guitaripod","download_url":"https://codeload.github.com/guitaripod/Pomme/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guitaripod%2FPomme/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270843587,"owners_count":24655421,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-17T02:00:09.016Z","response_time":129,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["appstore","appstoreconnect","cli","go"],"created_at":"2025-08-17T20:12:17.740Z","updated_at":"2025-10-03T21:07:26.573Z","avatar_url":"https://github.com/guitaripod.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🍎 Pomme\n\nBeautiful App Store Connect CLI for sales reports, analytics, and reviews. Built with Go.\n\n[![Go Report Card](https://goreportcard.com/badge/github.com/guitaripod/pomme)](https://goreportcard.com/report/github.com/guitaripod/pomme)\n[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)\n\n**[📖 Documentation](https://guitaripod.github.io/Pomme) | [🚀 Get Started](https://guitaripod.github.io/Pomme#getting-started) | [⭐ Star on GitHub](https://github.com/guitaripod/Pomme)**\n\n## ✨ Features\n\n- **📊 Sales Reports** - View monthly sales with multi-currency support and beautiful formatting\n- **⭐ Review Management** - Monitor, analyze, and respond to customer reviews\n- **🎯 Smart CLI** - Interactive setup wizard, automatic validation, and intuitive commands\n- **🚀 Fast \u0026 Secure** - Built with Go for speed, uses official App Store Connect API\n\n## 🚀 Quick Start\n\n### 1. Install\n\n#### Arch Linux (AUR) - Recommended for Arch users\n\n```bash\n# Using yay\nyay -S pomme\n\n# Using paru\nparu -S pomme\n\n# For development version\nyay -S pomme-git\n```\n\n#### Other Installation Methods\n\n```bash\n# With Homebrew (macOS)\nbrew tap guitaripod/tap\nbrew install pomme\n\n# With Go\ngo install github.com/guitaripod/pomme/cmd/pomme@latest\n\n# Or download the latest binary\ncurl -L https://github.com/guitaripod/pomme/releases/latest/download/pomme_$(uname -s)_$(uname -m).tar.gz | tar xz\nsudo mv pomme /usr/local/bin/\n```\n\n### 2. Configure (5 minutes)\n\n```bash\npomme config init\n```\n\nOur interactive wizard will guide you through:\n- Creating an App Store Connect API key\n- Downloading your credentials\n- Validating everything works\n\n### 3. Start Using\n\n```bash\n# View your latest sales\npomme sales\n\n# See customer reviews\npomme reviews list \u003capp-id\u003e\n\n# Get detailed help\npomme --help\n```\n\n## 📸 Examples\n\n### Sales Reports\n```bash\n$ pomme sales\n\n📊 Sales Report for December 2024\n────────────────────────────────────────────────────────────\n\n  📦 Total Units\n  125,847\n\n  💰 Revenue\n  USD 486,392.45 (73.2% of total)\n  EUR 124,836.20 (18.8%)\n  JPY ¥693,450 (5.2%)\n  GBP £15,234.89 (2.8%)\n\n  🌍 Countries\n  142 markets\n```\n\n### Review Summary\n```bash\n$ pomme reviews summary \u003capp-id\u003e\n\n📊 Review Summary\n════════════════════════════════════════════════════════════\n\nOverall Statistics\n────────────────────────────────────────\n  Average Rating: 4.6 ⭐⭐⭐⭐⭐\n  Total Reviews: 8,743\n\nRating Distribution\n────────────────────────────────────────\n  5⭐ ████████████████████████ 5,892 (67.4%)\n  4⭐ ████████████              1,834 (21.0%)\n  3⭐ ████                        623 ( 7.1%)\n  2⭐ ██                          287 ( 3.3%)\n  1⭐ █                           107 ( 1.2%)\n```\n\n## 🛠 Commands\n\n### Configuration\n- `pomme config init` - Interactive setup wizard\n- `pomme config validate` - Test your credentials\n- `pomme config show` - View current config\n\n### Sales\n- `pomme sales` - Latest monthly report\n- `pomme sales monthly 2024-03` - Specific month\n- `pomme sales compare --current 2024-03 --previous 2024-02` - Compare periods\n\n### Reviews\n- `pomme reviews list \u003capp-id\u003e` - List reviews\n- `pomme reviews summary \u003capp-id\u003e` - Statistics\n- `pomme reviews respond \u003creview-id\u003e \"message\"` - Respond\n\n### Apps\n- `pomme apps list` - List all apps\n- `pomme apps info \u003capp-id\u003e` - App details\n\n## 📚 Documentation\n\n- [CLI Manual](docs/CLI_MANUAL.md) - Comprehensive command reference\n- [Configuration Guide](https://guitaripod.github.io/Pomme#getting-started) - Detailed setup instructions\n- [Development Notes](CLAUDE.md) - Architecture and contributing\n\n## 🤝 Contributing\n\nContributions are welcome! Please read our contributing guidelines and submit pull requests to our repository.\n\n## 📄 License\n\nMIT License - see [LICENSE](LICENSE) for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguitaripod%2Fpomme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguitaripod%2Fpomme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguitaripod%2Fpomme/lists"}