init
Auto Bump and Publish / bump-and-publish (push) Failing after 8m24s
CI / lint-and-test (20) (push) Successful in 1m1s
CI / lint-and-test (22) (push) Successful in 1m3s

This commit is contained in:
Tom You
2026-06-11 15:16:51 +09:00
commit 083505c952
30 changed files with 8530 additions and 0 deletions
+38
View File
@@ -0,0 +1,38 @@
# damn-my-slow-skt 설정 파일 예시
# config-skt.yaml로 복사 후 사용: cp config.yaml.example ~/.damn-my-slow-isp/config-skt.yaml
_config_version: 4
credentials:
id: "skt아이디@example.com"
password: "비밀번호"
terms:
provider: "skt"
accepted: true
accepted_at: "2026-03-30T00:00:00.000Z"
version: "2026-03-30"
urls:
- "https://www.bworld.co.kr/footer/terms.do?menu_id=F01010000"
- "https://cdn.bworld.co.kr/home/fronta/data/download/stip/제31차%20전기통신서비스이용기본약관_260330.pdf"
phone: "01012345678"
plan:
speed_mbps: 1000 # 계약 속도 (Mbps)
schedule:
time: "04:00"
timezone: "Asia/Seoul"
max_attempts: 10
retry_interval_minutes: 120
stop_on_complaint_success: true
notification:
discord_webhook: ""
telegram_bot_token: ""
telegram_chat_id: ""
headless: true
db_path: "~/.damn-my-slow-isp/history-skt.db"
auth_state_path: "~/.damn-my-slow-isp/auth-skt.json"