{ "info": { "author": "arteria GmbH", "author_email": "admin@arteria.ch", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python :: 2", "Programming Language :: Python :: 3" ], "description": "Uptime Robot integration for Python\n============\n\nUptime Robot http://uptimerobot.com integration for your Python project. \nThere is a Django version (https://github.com/arteria/django-uptimerobot) available containing the Uptime Robot API \nimplementation and the infrastructure stuff used by Djangonauts.\n\nInstallation\n------------\n\nTo get the latest stable release from PyPi\n\n.. code-block:: bash\n\t\n\t$ pip install python-uptimerobot\n\nTo get the latest commit from GitHub\n\n.. code-block:: bash\n\n $ pip install -e git+git://github.com/arteria/python-uptimerobot.git#egg=uptimerobot\n\n \n\n\nUsage\n-----\n\nUse with Python:\n\n.. code-block:: python\n\n >>> from uptimerobot.uptimerobot import UptimeRobot\n >>> up = UptimeRobot(UPTIME_ROBOT_API_KEY)\n >>> up.addMonitor(\"arteria-webpage\", \"https://www.arteria.ch/\")\n True\n\n\nUse in Shell: (success if return value is 0, null)\n\n.. code-block:: bash\n\n cd /path/to/script/\n chmod 755 uptimerobot.py # if necessary\n ./uptimerobot.py monitorFriendlyName=arteria-webpage monitorURL=https://www.arteria.ch/\n\n\nHistory\n-------\n\nlatest\n\n0.1.4\n\n- Extended API with `.editMonitor()`.\n- Updated to use HTTPs by default.\n\n0.1.3\n\n- Extended API with `.deleteMonitorById()`.\n\n0.1.1 \n\n- Extended API with `.getMonitors()`.\n\n0.1.0\n\n- Releveled version\n\n0.0.7\n\n- Python 3.x support\n\n\nAbout the API\n-------------\nThe full API is documented here: https://uptimerobot.com/api", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/arteria/python-uptimerobot", "keywords": "uptime robot,API,monitoring", "license": "The MIT License", "maintainer": null, "maintainer_email": null, "name": "python-uptimerobot", "package_url": "https://pypi.org/project/python-uptimerobot/", "platform": "OS Independent", "project_url": "https://pypi.org/project/python-uptimerobot/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/arteria/python-uptimerobot" }, "release_url": "https://pypi.org/project/python-uptimerobot/0.1.5/", "requires_dist": null, "requires_python": null, "summary": "Uptime Robot http://uptimerobot.com integration for your Python project. \n There is a Django version (https://github.com/arteria/django-uptimerobot) available containing the Uptime Robot \n API implementation and the infrastructure stuff used by Djangonauts.", "version": "0.1.5" }, "last_serial": 1891223, "releases": { "0.0.6": [], "0.1.0": [ { "comment_text": "", "digests": { "md5": "03b44690df79c9bbfb55593dc71a20c2", "sha256": "32913deeecb0b04478f2eb8d411cd76be0189504c0651936e7a4b9ced340f905" }, "downloads": -1, "filename": "python-uptimerobot-0.1.0.tar.gz", "has_sig": false, "md5_digest": "03b44690df79c9bbfb55593dc71a20c2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4605, "upload_time": "2014-06-25T21:37:58", "url": "https://files.pythonhosted.org/packages/52/4d/3cade5b43caa0bb4812027a75499d953e1f70df07b9643ac4ca205b893ed/python-uptimerobot-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "0ec742d3a5d6495503811be9b9f376a1", "sha256": "735a45c8582da658afef0c27d8e20fb49c80c6d1ade2d1bc0d8fb1c5d2adb053" }, "downloads": -1, "filename": "python-uptimerobot-0.1.1.tar.gz", "has_sig": false, "md5_digest": "0ec742d3a5d6495503811be9b9f376a1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4790, "upload_time": "2014-08-26T22:36:17", "url": "https://files.pythonhosted.org/packages/c8/1e/bb2411c5a3b994bee96622dbfa433ba74f7c58f7d1c4a82692579c335d79/python-uptimerobot-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "8a4006b11539dc00d38a75f59f03111b", "sha256": "9f36c33e756e4459f582dc9199cd41cd9328b3eb38c6c07a3e337e94826a9c61" }, "downloads": -1, "filename": "python-uptimerobot-0.1.2.tar.gz", "has_sig": false, "md5_digest": "8a4006b11539dc00d38a75f59f03111b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5102, "upload_time": "2015-07-22T07:18:45", "url": "https://files.pythonhosted.org/packages/0c/c3/e6d3b358792e2d0a5f3ac5fe8788263f42f0a10c79ac3cfc06f3d9c82cd7/python-uptimerobot-0.1.2.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "606b0824875c8c49f61e5325ac1ed56f", "sha256": "dce6636c4988fb5d5014786c73603dd4e9d17c4c7ac3f207397fa10216ccdd40" }, "downloads": -1, "filename": "python-uptimerobot-0.1.4.tar.gz", "has_sig": false, "md5_digest": "606b0824875c8c49f61e5325ac1ed56f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5613, "upload_time": "2015-11-16T08:26:47", "url": "https://files.pythonhosted.org/packages/3e/f0/10e4673987193d4a83fb5566e00a0792660aadeafc5255f94928477f8946/python-uptimerobot-0.1.4.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "b68f4882e9ac940169aa26154cc0ffd0", "sha256": "1e5cfd9cd097f8239ccc731d71ad939832c21e546444c44605f0dd5a78ce7806" }, "downloads": -1, "filename": "python-uptimerobot-0.1.5.tar.gz", "has_sig": false, "md5_digest": "b68f4882e9ac940169aa26154cc0ffd0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5617, "upload_time": "2016-01-06T13:39:55", "url": "https://files.pythonhosted.org/packages/ed/ff/bcc7b145be5a327a835b8a9cd020b7cfce1966356a836f8ccac77bb55493/python-uptimerobot-0.1.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b68f4882e9ac940169aa26154cc0ffd0", "sha256": "1e5cfd9cd097f8239ccc731d71ad939832c21e546444c44605f0dd5a78ce7806" }, "downloads": -1, "filename": "python-uptimerobot-0.1.5.tar.gz", "has_sig": false, "md5_digest": "b68f4882e9ac940169aa26154cc0ffd0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5617, "upload_time": "2016-01-06T13:39:55", "url": "https://files.pythonhosted.org/packages/ed/ff/bcc7b145be5a327a835b8a9cd020b7cfce1966356a836f8ccac77bb55493/python-uptimerobot-0.1.5.tar.gz" } ] }