Skip to content

Commit 2581b16

Browse files
authored
Update README.md
1 parent e3f81a1 commit 2581b16

File tree

1 file changed

+16
-17
lines changed

1 file changed

+16
-17
lines changed

README.md

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,20 @@
22

33
[![Python 3.7](https://img.shields.io/badge/python-3.7-blue.svg)](https://www.python.org/downloads/release/python-370/)
44

5-
## 사용 준비
6-
- [ ] [config.ini]
7-
- [ ] ApiKey
8-
- [ ] ApiSecret
9-
- [ ] to (수신번호)
10-
- [ ] from (발신번호)
115

12-
## 필요한 Library
13-
### main
14-
- [ ] requests
15-
- [ ] configparser
16-
- [ ] json
17-
### auth
18-
- [ ] time
19-
- [ ] datetime
20-
- [ ] uuid
21-
- [ ] hmac
22-
- [ ] hashlib
6+
lib/config.ini 파일을 아래와 같이 설정 후 examples 아래 예제 코드를 실행해 보세요.
7+
```
8+
[AUTH]
9+
# 계정의 API Key와 API Secret을 입력해주세요
10+
api_key = [API KEY]
11+
api_secret = [API SECRET]
12+
13+
[SERVER]
14+
domain = api.coolsms.co.kr
15+
protocol = https
16+
prefix =
17+
```
18+
19+
아래 라이브러리 설치를 필요로 합니다.
20+
- requests
21+
- configparser

0 commit comments

Comments
 (0)