Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Simple python library for korean SMS service provider CoolSMS(coolsms.co.kr)

License

Notifications You must be signed in to change notification settings

marrybird/coolsms-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#coolsms-python Simple python library for korean SMS service provider CoolSMS(coolsms.co.kr)

##Installation

pip install coolsms

##Basic Usage

from coolsms import Sender

# API key and secret from http://coolsms.co.kr/service_setup
API_KEY = 'N012340123401234'
API_SECRET = '01234012340123401234'
   
sender = Sender(API_KEY, API_SECRET)
sender.send(
    '01012341234',  # from
    '01043214321',  # to
    'Test Message'
)

About

Simple python library for korean SMS service provider CoolSMS(coolsms.co.kr)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%