Simple API tool for the Telia SMS webservice.
pip install git+https://github.com/paalbra/telia-sms-api.git@master
import telia
api = telia.TeliaAPI("12345678", "mypassword")
api.send_sms("Hello SMS!", ["12345678"])
Simple API tool for the Telia SMS webservice.
pip install git+https://github.com/paalbra/telia-sms-api.git@master
import telia
api = telia.TeliaAPI("12345678", "mypassword")
api.send_sms("Hello SMS!", ["12345678"])