https://github.com/solapi/solapi-python
SOLAPI SDK for Python
https://github.com/solapi/solapi-python
Last synced: 6 months ago
JSON representation
SOLAPI SDK for Python
- Host: GitHub
- URL: https://github.com/solapi/solapi-python
- Owner: solapi
- License: mit
- Created: 2020-10-27T06:34:42.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-07-14T08:37:15.000Z (about 1 year ago)
- Last Synced: 2025-11-06T01:19:26.962Z (8 months ago)
- Language: Python
- Homepage:
- Size: 320 KB
- Stars: 5
- Watchers: 0
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Solapi SDK for Python
[](https://www.python.org/downloads)

You can send text messages(SMS, LMS, MMS), Kakao friendtalk(include notification friendtalk) in Korea using this package.
This package is 100% compatible with SOLAPI family services (CoolSMS, Purplebook, etc.).
Installing
To use the SDK, simply use pip package manager CLI. Type the following into a terminal window.
```shell
pip install solapi
```
## Usage
See [examples repository](https://github.com/solapi/solapi-python/tree/main/examples)
## Opening Issues
If you encounter a bug with the SOLAPI SDK for Python we would like to hear about it.
Search the [existing issues](https://github.com/solapi/solapi-python/issues) and try to make sure your problem doesn’t
already exist before opening a new issue, It’s helpful if you include the version of the SDK you are using.
Please include a stack trace and reduced repro case when appropriate, too.
## License
Licensed under the MIT License.