{ "info": { "author": "Kamal Mansata", "author_email": "kamalmansata@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7" ], "description": "This program helps to send sms notification to specified mobile.\n\nPre-Requisite : \n - Twilio account, Its Account, Token And Moblile number.\n OR\n - way2sms account, its apikey & secret code.\n\nUsage : \n
\n1. To use way2sms for sending sms set below environement variable.\n way2sms=True\n apikey=", "description_content_type": "text/markdown", "docs_url": null, "download_url": "https://github.com/kamalmansata/notfiy/archive/2.1.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/kamalmansata/notfiy", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "notifySms", "package_url": "https://pypi.org/project/notifySms/", "platform": "", "project_url": "https://pypi.org/project/notifySms/", "project_urls": { "Download": "https://github.com/kamalmansata/notfiy/archive/2.1.tar.gz", "Homepage": "https://github.com/kamalmansata/notfiy" }, "release_url": "https://pypi.org/project/notifySms/2.1/", "requires_dist": null, "requires_python": "", "summary": "Package to send sms notification to mobile", "version": "2.1" }, "last_serial": 4721570, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "fafa28dd5d80c2707051094ad92330d1", "sha256": "cb2487ef259b7e60888c136bb87d13f0e73c274cb87372663a3b5b39e75ffedc" }, "downloads": -1, "filename": "notifySms-0.0.1.tar.gz", "has_sig": false, "md5_digest": "fafa28dd5d80c2707051094ad92330d1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2378, "upload_time": "2018-11-12T10:34:13", "url": "https://files.pythonhosted.org/packages/b7/f3/1cb2ac6fc98f61eaaa8df088519e414a96ca2514dc33228e0d69b39b0318/notifySms-0.0.1.tar.gz" } ], "1.0": [ { "comment_text": "", "digests": { "md5": "edaeb28285d7215571e713cec45a570a", "sha256": "92a3caf3c52ef17cb2fdc14564e19dcc1b90f7255020b59c4d008249ce49f2ce" }, "downloads": -1, "filename": "notifySms-1.0.tar.gz", "has_sig": false, "md5_digest": "edaeb28285d7215571e713cec45a570a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2453, "upload_time": "2018-11-12T12:38:10", "url": "https://files.pythonhosted.org/packages/a0/14/008f30a4ed5ae90d0c752b3ea2ee0dc04b6b8d3f25e2daedccde85b14fbe/notifySms-1.0.tar.gz" } ], "2.0": [ { "comment_text": "", "digests": { "md5": "3390a0803160ffcb423e703ef593ef51", "sha256": "a9cd7eae514db0c86a0fe0741b917850dc9fa4b9f1c70ff1ecf70b1ca1c1ec2e" }, "downloads": -1, "filename": "notifySms-2.0.tar.gz", "has_sig": false, "md5_digest": "3390a0803160ffcb423e703ef593ef51", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2969, "upload_time": "2019-01-21T12:52:25", "url": "https://files.pythonhosted.org/packages/af/d1/d993604eba5e39c7658f080004dc22318b9d78db972201d402b74fc87104/notifySms-2.0.tar.gz" } ], "2.1": [ { "comment_text": "", "digests": { "md5": "790187d9b10018b8040adb0fb2dfe0fe", "sha256": "b182f24bf1ff3c8a43d34bf3ddec5560a1846030141523df0c59c756b2afab2c" }, "downloads": -1, "filename": "notifySms-2.1.tar.gz", "has_sig": false, "md5_digest": "790187d9b10018b8040adb0fb2dfe0fe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3119, "upload_time": "2019-01-21T13:13:57", "url": "https://files.pythonhosted.org/packages/59/8b/1d6546f0abe6afc7064beab085e260f10fa05dd2d8575b96167f629ba6c0/notifySms-2.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "790187d9b10018b8040adb0fb2dfe0fe", "sha256": "b182f24bf1ff3c8a43d34bf3ddec5560a1846030141523df0c59c756b2afab2c" }, "downloads": -1, "filename": "notifySms-2.1.tar.gz", "has_sig": false, "md5_digest": "790187d9b10018b8040adb0fb2dfe0fe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3119, "upload_time": "2019-01-21T13:13:57", "url": "https://files.pythonhosted.org/packages/59/8b/1d6546f0abe6afc7064beab085e260f10fa05dd2d8575b96167f629ba6c0/notifySms-2.1.tar.gz" } ] }\n secret= \n \n Windows syntax : set = \n Linux syntax : export = \n OR\n To use Twilio account specfiy twilio detials config.json in file encoded using base64.b64encode()\n2. Using Program to send sms.\n python sendSms.py [Message needs to be sent]\n3. Using module in other script to nofiy via sms.\n from nofiySms import sendSms\n sendSms.send_sms(\"Message body\",[To Number])\n