Skip to content
This repository was archived by the owner on Sep 26, 2018. It is now read-only.

raspi/py-sonerasms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Send SMS messages through Sonera's web page

CLI usage:

python cli.py --createconfig
$EDITOR ~/.sonerasms
python cli.py --recipient 0401234567 --message "Hello from Python!"

Library usage:

sms = SoneraSMS("myuser", "mypass")
if sms.login():
    if sms.send("0401234567", "Hello from Python!"):
        print("Sent successfully!")
    else:
        print("Something went horribly wrong!")

Uses Requests - http://python-requests.org/

About

Send SMS messages through Sonera's web page

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages