Skip to content

petarmaric/telenor_web2sms

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

IMPORTANT NOTICE

This project has been retired. Please contact its author if you wish to take over its maintenance.

Installation

To install telenor_web2sms run:

$ pip install telenor_web2sms

Console app usage

Quick start:

$ telenor_web2sms

Show help:

$ telenor_web2sms --help

Python API usage

Quick start:

>>> from telenor_web2sms import TelenorWeb2SMS
>>> web2sms = TelenorWeb2SMS('username', 'password') # Authenticate
>>> web2sms.send_sms('phone_number', 'message') # Send SMS

Contribute

If you find any bugs, or wish to propose new features please let me know.

If you'd like to contribute, simply fork the repository, commit your changes and send a pull request. Make sure you add yourself to AUTHORS.

New in telenor_web2sms 1.0.2

  • Minor tweak in README.

About

Console app and Python API for sending SMSs through Telenor WEB2SMS web app

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages