Skip to content

Commit fed22bb

Browse files
Merge pull request #6 from Palbangmiyine/main
Python SDK 4.2.0
2 parents 5e6613d + d9c28d6 commit fed22bb

File tree

117 files changed

+1736
-1832
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

117 files changed

+1736
-1832
lines changed

README.md

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,14 @@
11
# Solapi SDK for Python
22

3-
[![Python 3.7](https://img.shields.io/badge/python-3.7-blue.svg)](https://www.python.org/downloads/release/python-370/)
3+
[![Python 3.10.2](https://img.shields.io/badge/python-3.10.2-blue.svg)](https://www.python.org/downloads/release/python-3102/)
4+
![Python Supported version](https://img.shields.io/badge/python-%3E%3D3.7-orange)
45

6+
### SOLAPI SDK 이용을 위해 아래 라이브러리 설치를 필요로 합니다.
57

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.solapi.com
15-
protocol = https
16-
prefix =
17-
```
18-
19-
아래 라이브러리 설치를 필요로 합니다.
208
- requests
219
- configparser
10+
11+
### 예제 유형 별 참고사항
12+
13+
- 일반적인 사용예제는 examples/modules 폴더를 참고 해주세요.
14+
- python 인터프리터를 통해 한 파일 안에서 구동되는 예제들은 examples/scripts 폴더를 참고해주세요.

examples/all_in_one.py

Lines changed: 0 additions & 103 deletions
This file was deleted.

examples/group/create_group.py

Lines changed: 0 additions & 14 deletions
This file was deleted.

examples/group/delete_group_info.py

Lines changed: 0 additions & 17 deletions
This file was deleted.

examples/group/get_group.py

Lines changed: 0 additions & 15 deletions
This file was deleted.

examples/group/get_group_info.py

Lines changed: 0 additions & 17 deletions
This file was deleted.

examples/group/get_group_message.py

Lines changed: 0 additions & 17 deletions
This file was deleted.

examples/group/send_group_message.py

Lines changed: 0 additions & 17 deletions
This file was deleted.

examples/kakaotalk/send_alimtalk.py

Lines changed: 0 additions & 61 deletions
This file was deleted.

examples/kakaotalk/send_chingutalk.py

Lines changed: 0 additions & 72 deletions
This file was deleted.

0 commit comments

Comments
 (0)