Metadata-Version: 1.1
Name: py2sms
Version: 1.0
Summary: A package to send SMS using Way2Sms
Home-page: https://github.com/varunotelli/Py2SMS
Author: varunotelli
Author-email: varun15122@cse.ssn.edu.in
License: UNKNOWN
Download-URL: https://github.com/varunotelli/py2sms/archive/1.0.tar.gz
Description: ======
        Py2SMS
        ======
        Python code to send SMS with Way2Sms
        
        Send upto 100 free [SMS](http://site24.way2sms.com/content/index.html) within 10 seconds daily.
        
        [Way2Sms](http://site24.way2sms.com/content/index.html) provides free SMS service upto **100** messages daily with message length upto **139**. 
        
        Prerequisites
        =============
        * Install Python3.x from [here.](https://www.python.org/)
        
        * Create an account in [Way2SMS](www.way2sms.com/)
        
        ``python
        import py2sms
        ``
        *  Sending message
        
          ``python
        s=py2sms.send(username,password,number,message)
          ``
        * If message was sent successfully, py2sms.send() will return True, else False
        
        Disclaimer
        ==========
        
        This code was inspired by `http://home.iitk.ac.in/~saiwal/productivity/send-sms-way2sms-python/ <http://home.iitk.ac.in/~saiwal/productivity/send-sms-way2sms-python/>`_.
Keywords: SMS,Messaging,Way2SMS
Platform: UNKNOWN
