{ "info": { "author": "Rwizi Information Systems", "author_email": "norman@ris.co.zw", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Communications" ], "description": "==================\r\nris.clickatellhttp\r\n==================\r\n\r\nPython implementation of the Clickatell HTTP/HTTPS API for sending SMS messages using the Clickatell SMS Gateway as \r\nspecified in v2.5.3 - https://www.clickatell.com/downloads/http/Clickatell_HTTP.pdf\r\n\r\nThis package enables you to easily integrate SMS messaging into your Python application.\r\n\r\nInstallation\r\n------------\r\n\r\nYou can install this package via PIP\r\n\r\nsudo pip install ris.clickatell\r\n\r\n\r\nBasic Usage\r\n-----------\r\n\r\nTo use this package, you need to first register for a Developer Central account at https://www.clickatell.com. From the\r\nDeveloper Central portal you will be provided with an API ID, username, and password which are required to use the \r\nclient.\r\n\r\npython\r\nfrom ris.clickatell import ClickatellClient, ClickatellException\r\n \r\n# Clickatell settings\r\nCLICKATELL_API_ID = 'XXXXXX'\r\nCLICKATELL_USERNAME = 'username'\r\nCLICKATELL_PASSWORD = 'password'\r\n \r\n# Message details\r\nmessage = 'Hello world!'\r\nrecipients = ['0000000000', '0000000000']\r\n \r\nclient = ClickatellClient(CLICKATELL_API_ID, CLICKATELL_USERNAME, CLICKATELL_PASSWORD)\r\nclient.send(message, recipients)", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/rwizi/clickatellhttp", "keywords": "ris clickatell sms gateway", "license": "Apache", "maintainer": "", "maintainer_email": "", "name": "ris.clickatellhttp", "package_url": "https://pypi.org/project/ris.clickatellhttp/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/ris.clickatellhttp/", "project_urls": { "Homepage": "https://github.com/rwizi/clickatellhttp" }, "release_url": "https://pypi.org/project/ris.clickatellhttp/0.0.5/", "requires_dist": null, "requires_python": null, "summary": "Python implementation of the HTTP API for Clickatell SMS gateway", "version": "0.0.5" }, "last_serial": 1575993, "releases": { "0.0.5": [ { "comment_text": "", "digests": { "md5": "4b2d5ee290f3022d8c92faa1e33cfe12", "sha256": "ffef6aae6882b5fa1ed015e95972de8ae5ca1817bd691dab021ed38fb0d89c1f" }, "downloads": -1, "filename": "ris.clickatellhttp-0.0.5.tar.gz", "has_sig": false, "md5_digest": "4b2d5ee290f3022d8c92faa1e33cfe12", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4055, "upload_time": "2015-06-02T22:42:20", "url": "https://files.pythonhosted.org/packages/0f/93/e3764073ea8b6472028361eaa53ed1a90b2698d3252e9a065aee19d4818d/ris.clickatellhttp-0.0.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4b2d5ee290f3022d8c92faa1e33cfe12", "sha256": "ffef6aae6882b5fa1ed015e95972de8ae5ca1817bd691dab021ed38fb0d89c1f" }, "downloads": -1, "filename": "ris.clickatellhttp-0.0.5.tar.gz", "has_sig": false, "md5_digest": "4b2d5ee290f3022d8c92faa1e33cfe12", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4055, "upload_time": "2015-06-02T22:42:20", "url": "https://files.pythonhosted.org/packages/0f/93/e3764073ea8b6472028361eaa53ed1a90b2698d3252e9a065aee19d4818d/ris.clickatellhttp-0.0.5.tar.gz" } ] }