{ "info": { "author": "Marlvin Chihota", "author_email": "info@marlvinzw.me", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "This is a helper library for sending sms's via the BulkSmsZim Api (www.bulksmszim.co.zw)\n\nUSAGE :\n\n1.First assign variables for the authentication token, username , to and message ie \n\n \nusername = 'Your Username'\nauth_token = 'Your API Key'\nto = ['263xxx', '263xxx]\nmessage = 'Your Message'\n\nand initialise them with their respective details as supplied from the bulk sms api dashboard ie auth_token(API KEY) and username\n\n2.Set the message variable to the required message you want\n\n3.The to variable is a list so it must be initialised like this:\nto = ['263...', '263...']\n\n4.Finally import the send_message function passing the four (username, auth_token,to and message) variables to the send_message variable and call it assigning it to a variable so as to get a response to send the message ie\nfrom BulkSmsZim.text import send_message\n\nresponse = send_message(username, auth_token, to, message)\n\n5.If message was sent successfully, 'OK' should be the response\n\nFULL USAGE EXAMPLE :\n\nfrom BulkSmsZim.text import send_message\n\nusername = 'Your Username'\nauth_token = 'Your API Key'\nto = ['263xxx', '263xxx]\nmessage = 'Your Message'\n\n\nresponse = send_message(username, auth_token, to, message)\nprint(response)", "description_content_type": "text/markdown", "docs_url": null, "download_url": "https://github.com/MarlvinzW/BulkSmsZim-Api", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/MarlvinzW/BulkSmsZim-Api", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "BulkSmsZim", "package_url": "https://pypi.org/project/BulkSmsZim/", "platform": "", "project_url": "https://pypi.org/project/BulkSmsZim/", "project_urls": { "Download": "https://github.com/MarlvinzW/BulkSmsZim-Api", "Homepage": "https://github.com/MarlvinzW/BulkSmsZim-Api" }, "release_url": "https://pypi.org/project/BulkSmsZim/1.2.1/", "requires_dist": null, "requires_python": "", "summary": "A Helper Library For Sending Text Messages For BulkSmsZimApi", "version": "1.2.1" }, "last_serial": 5843138, "releases": { "1.2.1": [ { "comment_text": "", "digests": { "md5": "cbecb848dcbacd28a883ed3b7a336067", "sha256": "f202c6796aa86aabda236dbaae044049a6883ec008d8ee1ac66efd033693f638" }, "downloads": -1, "filename": "BulkSmsZim-1.2.1.tar.gz", "has_sig": false, "md5_digest": "cbecb848dcbacd28a883ed3b7a336067", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2017, "upload_time": "2019-09-17T18:06:26", "url": "https://files.pythonhosted.org/packages/55/a7/7c26c97156885ae0a09c858ae2e9970408dbcb8296d535e7627cbcac5029/BulkSmsZim-1.2.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "cbecb848dcbacd28a883ed3b7a336067", "sha256": "f202c6796aa86aabda236dbaae044049a6883ec008d8ee1ac66efd033693f638" }, "downloads": -1, "filename": "BulkSmsZim-1.2.1.tar.gz", "has_sig": false, "md5_digest": "cbecb848dcbacd28a883ed3b7a336067", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2017, "upload_time": "2019-09-17T18:06:26", "url": "https://files.pythonhosted.org/packages/55/a7/7c26c97156885ae0a09c858ae2e9970408dbcb8296d535e7627cbcac5029/BulkSmsZim-1.2.1.tar.gz" } ] }