Skip to content

jfautley/PyAQLSMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple Python module to permit talking to the aql (www.aql.com) SMS gateway.

Sample usage:

import aqlsms
sms = aqlsms.aqlSMS('username', 'password')
print sms.credit()
sms.sendMessage('Hello, World!', '447788990099, originator='PyAQLSMS')

TODO

  • Fix logging (use logger?)
  • Implement sendtime
  • Better error handling/reporting
  • ...?

About

Simple Python module for talking to the aql (www.aql.com) SMS gateway/API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages