{"id":48883470,"url":"https://github.com/solapi/solactl","last_synced_at":"2026-05-06T05:01:36.833Z","repository":{"id":351681385,"uuid":"1200166760","full_name":"solapi/solactl","owner":"solapi","description":"[Preview] SOLAPI CLI for Automation tasks","archived":false,"fork":false,"pushed_at":"2026-04-16T02:55:17.000Z","size":250,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-16T04:10:56.190Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/solapi.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-04-03T05:29:48.000Z","updated_at":"2026-04-16T02:54:18.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/solapi/solactl","commit_stats":null,"previous_names":["solapi/solactl"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/solapi/solactl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solapi%2Fsolactl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solapi%2Fsolactl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solapi%2Fsolactl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solapi%2Fsolactl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/solapi","download_url":"https://codeload.github.com/solapi/solactl/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solapi%2Fsolactl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32679444,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T02:33:58.958Z","status":"ssl_error","status_checked_at":"2026-05-06T02:33:39.611Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2026-04-16T04:04:39.097Z","updated_at":"2026-05-06T05:01:36.827Z","avatar_url":"https://github.com/solapi.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# solactl\n\n\u003e **Preview** — 이 프로젝트는 현재 프리뷰 단계입니다. API와 CLI 인터페이스가 변경될 수 있습니다.\n\nSOLAPI 메시징 플랫폼을 위한 CLI 도구입니다.\n\n## 플랫폼 지원\n\nLinux와 macOS를 우선 지원합니다.\n\n| 플랫폼 | 아키텍처 | 지원 |\n|--------|----------|------|\n| Linux | amd64, arm64 | 우선 지원 |\n| macOS | amd64 (Intel), arm64 (Apple Silicon) | 우선 지원 |\n| Windows | amd64, arm64 | 바이너리 제공 (제한적 테스트) |\n\n## 설치\n\n### 스크립트 설치 (Linux / macOS)\n\n```bash\ncurl -fsSL https://raw.githubusercontent.com/solapi/solactl/main/scripts/install.sh | bash\n```\n\n`~/.local/bin`에 설치됩니다. PATH에 포함되어 있지 않으면 안내 메시지가 출력됩니다.\n\n### 소스 빌드\n\n```bash\ngit clone https://github.com/solapi/solactl.git\ncd solactl\nmake build        # bin/solactl 생성\nmake install      # $GOPATH/bin에 설치\n```\n\n### 업그레이드\n\n```bash\nsolactl upgrade\n```\n\n## 사용법\n\n```bash\n# 초기 설정 (API Key / Secret)\nsolactl configure\n\n# SMS 발송\nsolactl send sms --to 01012345678 --text \"안녕하세요\"\n\n# 발신번호 목록\nsolactl senderid list\n\n# 발송 내역 조회\nsolactl messages list\n\n# 잔액 조회\nsolactl balance\n\n# 발송 한도 조회 / 증가 요청\nsolactl quota get\nsolactl quota request --target 5000 --reason \"...\"\nsolactl quota list-requests\n```\n\n자세한 사용법은 `solactl --help` 또는 각 서브커맨드의 `--help`를 참조하세요.\n\n## 발송 한도 요청\n\n`solactl quota request` 로 발송 한도 증가를 요청할 수 있습니다. 요청은 SOLAPI 운영팀의 검토를 거쳐 승인 또는 반려됩니다.\n\n### 승인을 빠르게 받는 팁\n\n\u003e **요청 사유에 실제 발송할 메시지 본문을 그대로 적으세요.** 검토자가 발송 의도와 컨텍스트를 즉시 확인할 수 있어 승인이 가장 빨라집니다.\n\n`--reason` 에 다음 정보를 가능한 한 구체적으로 포함하세요.\n\n- [ ] **수신자** — 누구에게 보내는지, 수신 동의를 어떻게 확보했는지\n- [ ] **메시지 본문** — 실제로 발송할 내용 전문 또는 핵심 예시 (광고성 메시지면 광고 표기 포함 여부)\n- [ ] **발송 일정 / 규모** — 캠페인 일자, 1일 / 1회 예상 발송 건수\n- [ ] **비즈니스 사유** — 한도 증액이 필요한 이유 (이벤트, 정기 알림 등)\n\n### 예시\n\n\u003cdetails\u003e\n\u003csummary\u003e잘 작성된 사유 (승인 빠름)\u003c/summary\u003e\n\n```bash\nsolactl quota request --target 5000 --reason \"$(cat \u003c\u003cEOF\n대상: 자사몰 회원 4,800명 (가입 시 마케팅 수신 동의 보유)\n내용: '[OO몰] 5월 단독 세일 안내. 회원 한정 30% 쿠폰: \u003c링크\u003e'\n발송 시점: 2026-05-15 14:00 일회성, 약 4,800건\n사유: 정기 캠페인 발송으로 일일 한도 초과 예상\nEOF\n)\"\n```\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003e부족한 사유 (반려되거나 추가 확인 필요)\u003c/summary\u003e\n\n```bash\nsolactl quota request --target 5000 --reason \"이벤트 발송\"\n```\n\n→ 수신자 / 메시지 본문 / 발송 시점이 모두 누락되어 검토자가 판단하기 어렵습니다.\n\n\u003c/details\u003e\n\n### 검토 / 추적\n\n```bash\nsolactl quota get                              # 현재 한도 확인\nsolactl quota list-requests                    # 모든 요청 이력\nsolactl quota list-requests --status PENDING   # 검토 대기 중인 요청만\n```\n\n상태값은 `PENDING` (검토 대기) → `APPROVED` (승인) 또는 `REJECTED` (반려) 로 변경됩니다.\n\n\u003e **주의** — 동일 계정에 PENDING 요청이 이미 있을 때 새 요청을 제출하면 이전 요청은 자동으로 REJECTED 처리됩니다.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolapi%2Fsolactl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsolapi%2Fsolactl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolapi%2Fsolactl/lists"}