Metadata-Version: 1.1
Name: waytwo
Version: 0.0.1
Summary: Automated REST API for way2sms
Home-page: https://github.com/gowtham-sai/way2sms
Author: Gowtham Sai
Author-email: hello@gowtham-sai.com
License: Way2sms API Wrapper
Description: # way2sms
        This python code to send messages to the people in the list automatically based on the time.
        
        Way2SMS.py - This file handels the login and message sending part. It takes number and password as inputs
        and then returns boolean values as result
        
        Perf.py - This file handles helps to craft a beautiful message grabbed from way2sms website. Randomly picks one
        messages and appends wishs to that message and returns
        
        auto.py - This file automates the entire tasks. You need to run auto.py to initiate the tasks
        
        to.py - This is file contains mobile number of recievers. Keep all the recievers numbers in this file.
        
        
Platform: any
Classifier: Programming Language :: Python
Classifier: Development Status :: 1 - Planning
Classifier: Natural Language :: English
Classifier: Environment :: MacOS X
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
