{"id":21399001,"url":"https://github.com/appzer/python-pushsafer","last_synced_at":"2025-06-17T03:04:44.502Z","repository":{"id":57457416,"uuid":"68132500","full_name":"appzer/python-pushsafer","owner":"appzer","description":"Comprehensive bindings and command line utility for the Pushsafer.com notification service","archived":false,"fork":false,"pushed_at":"2023-03-11T11:33:14.000Z","size":56,"stargazers_count":9,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-03T20:39:13.315Z","etag":null,"topics":["android","desktop","ios","ipad","iphone","phone","push","pushnotification","pushnotifications","pushsafer","python","win10","windows"],"latest_commit_sha":null,"homepage":"https://www.pushsafer.com","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/appzer.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.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":"2016-09-13T17:44:48.000Z","updated_at":"2023-04-26T05:20:12.000Z","dependencies_parsed_at":"2022-09-26T17:40:41.501Z","dependency_job_id":null,"html_url":"https://github.com/appzer/python-pushsafer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/appzer/python-pushsafer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appzer%2Fpython-pushsafer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appzer%2Fpython-pushsafer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appzer%2Fpython-pushsafer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appzer%2Fpython-pushsafer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/appzer","download_url":"https://codeload.github.com/appzer/python-pushsafer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appzer%2Fpython-pushsafer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260281569,"owners_count":22985627,"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":["android","desktop","ios","ipad","iphone","phone","push","pushnotification","pushnotifications","pushsafer","python","win10","windows"],"created_at":"2024-11-22T15:12:30.829Z","updated_at":"2025-06-17T03:04:44.473Z","avatar_url":"https://github.com/appzer.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":".. image:: https://www.pushsafer.com/de/assets/logos/logo.png\n    :alt: Pushsafer.com\n    :width: 100%\n    :align: center\n\n``python-pushsafer`` aims at providing comprehensive Python bindings for the API\nof the `Pushsafer Notification Service`_ as documented here__.\n\n.. _Pushsafer Notification Service: https://www.pushsafer.com/ \n.. __: https://www.pushsafer.com/en/pushapi\n\nForked from and original created by: Thibauth https://github.com/Thibauth/python-pushover\n\n\nInstallation\n------------\n\nInstall from pip:\n\n.. code-block::\n   bash\n\n   pip install python-pushsafer\n\nor you can install it directly from GitHub_:\n\n.. code-block::\n    bash\n\n    git clone https://github.com/appzer/python-pushsafer.git\n    cd python-pushsafer\n    pip install .\n\n.. _GitHub: https://github.com/appzer/python-pushsafer\n\nOverview\n--------\n\n.. code-block::\n    python\n\n    from pushsafer import Client\n\n    client = Client(\"\u003cprivatekey\u003e\")\n    resp = client.send_message(\"Message\", \"Hello\", \"323\", \"1\", \"4\", \"2\", \"https://www.pushsafer.com\", \"Open Pushsafer\", \"0\", \"2\", \"60\", \"600\", \"10\", \"1\", \"yes|no|maybe\", \"1\", \"\", \"\", \"\")\n    print(resp)\n\n\nParams\n------\n.. code-block::\n   python\n\n   client.send_message(\n                       \"Message\",\n                       \"Title\",\n                       \"Device or Device Group ID\",\n                       \"Icon\",\n                       \"Sound\",\n                       \"Vibration\",\n                       \"URL\",\n                       \"URL Title\",\n                       \"Time2Live\",\n                       \"Priority\",\n                       \"Retry\",\n                       \"Expire\",\n\t\t       \"Confirm\",\n                       \"Answer\",\n\t\t       \"AnswerOptions\",\n\t\t       \"AnswerForce\",\n                       \"Image 1\",\n                       \"Image 2\",\n                       \"Image 3\")\n\t\nAPI\n---\n\nYou can access the full API documentation here__.\n\n.. __: https://www.pushsafer.com/en/pushapi\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappzer%2Fpython-pushsafer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fappzer%2Fpython-pushsafer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappzer%2Fpython-pushsafer/lists"}