{"id":15374664,"url":"https://github.com/mrtazz/notifo.py","last_synced_at":"2025-09-06T18:33:49.080Z","repository":{"id":946510,"uuid":"724893","full_name":"mrtazz/notifo.py","owner":"mrtazz","description":"python wrapper for notifo.com","archived":false,"fork":false,"pushed_at":"2012-10-20T20:57:28.000Z","size":145,"stargazers_count":32,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-28T21:03:04.424Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mrtazz.png","metadata":{"files":{"readme":"README.rst","changelog":"HISTORY.rst","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-06-16T22:35:44.000Z","updated_at":"2023-12-19T14:49:24.000Z","dependencies_parsed_at":"2022-07-05T23:30:09.443Z","dependency_job_id":null,"html_url":"https://github.com/mrtazz/notifo.py","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrtazz%2Fnotifo.py","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrtazz%2Fnotifo.py/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrtazz%2Fnotifo.py/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrtazz%2Fnotifo.py/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrtazz","download_url":"https://codeload.github.com/mrtazz/notifo.py/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248661648,"owners_count":21141450,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-01T13:59:27.479Z","updated_at":"2025-04-15T12:31:26.228Z","avatar_url":"https://github.com/mrtazz.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"============\nnotifo.py\n============\n\nIntroduction\n=============\nnotifo.py is a python library for the notifo.com_ notification service.\n\nInstallation\n=============\nInstall via pip::\n\n    pip install notifo\n\nOr if you must::\n\n    easy_install notifo\n\n\nUsage\n======\nnotifo.py can be imported into any python module::\n\n\tfrom notifo import Notifo\n\n\t# create a Notifo object\n\tnotifo = Notifo('username','apikey') #fill in your username and api key here\n\n\t# Tell your object to send a notification\n\tnotifo.send_notification('to','Message','label','title','uri') #fill in your username\n\n\t# Successful Transmission response\n\t# Return data is the parsed json status code::\n\t\n\t{u'status': u'success', u'response_code': 2201, u'response_message': u'OK'}\n\n\t# Examples of all three methods.\n\t\n    notifo.send_notification(recipient, msg, label, title, uri)\n    notifo.send_message(to, msg)\n    notifo.subscribe_user(user)\n\n\t\nThere is also a cli client included::\n\n    notifo_cli.py -u user -s secret -n name [-m] [-l label] [-t title] [-c callback] [TEXT]\n\nContribute\n===========\nIf you want to contribute:\n\n* Fork the project.\n* Make your feature addition or bug fix.\n* Add tests for it. This is important so I don’t break it in a future version unintentionally.\n* Commit, do not mess with version\n* Send me a pull request. Bonus points for topic branches.\n\n.. _notifo.com: http://notifo.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrtazz%2Fnotifo.py","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrtazz%2Fnotifo.py","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrtazz%2Fnotifo.py/lists"}