{"id":15569513,"url":"https://github.com/toddrob99/pyprowl","last_synced_at":"2025-04-09T17:05:18.222Z","repository":{"id":62582729,"uuid":"135616986","full_name":"toddrob99/pyprowl","owner":"toddrob99","description":"Python module for sending Prowl notifications","archived":false,"fork":false,"pushed_at":"2020-03-08T16:57:10.000Z","size":23,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-09T17:05:07.389Z","etag":null,"topics":["api","prowl","prowl-notifications","python","python27"],"latest_commit_sha":null,"homepage":null,"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/toddrob99.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2018-05-31T17:45:59.000Z","updated_at":"2022-12-14T15:31:08.000Z","dependencies_parsed_at":"2022-11-03T21:34:33.198Z","dependency_job_id":null,"html_url":"https://github.com/toddrob99/pyprowl","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toddrob99%2Fpyprowl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toddrob99%2Fpyprowl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toddrob99%2Fpyprowl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toddrob99%2Fpyprowl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/toddrob99","download_url":"https://codeload.github.com/toddrob99/pyprowl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248074976,"owners_count":21043490,"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":["api","prowl","prowl-notifications","python","python27"],"created_at":"2024-10-02T17:30:27.307Z","updated_at":"2025-04-09T17:05:18.205Z","avatar_url":"https://github.com/toddrob99.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pyprowl\n\nPython module for sending Prowl notifications\n\nCreated by Todd Roberts\n\nhttps://github.com/toddrob99/pyprowl\n\n## Usage\n\n\timport pyprowl\n\n\tp = pyprowl.Prowl('YOUR_PROWL_API_KEY')\n\n\ttry:\n\t\tp.verify_key()\n\t\tprint(\"Prowl API key successfully verified!\")\n\texcept Exception as e:\n\t\tprint(\"Error verifying Prowl API key: {}\".format(e))\n\t\texit()\n\n\ttry:\n\t\tp.notify(event='Event name', description='Description of event', \n\t\t\t\t priority=0, url='http://www.example.com', \n\t\t\t\t #apiKey='uncomment and add API KEY here if different', \n\t\t\t\t appName='Name of app sending the notification')\n\t\tprint(\"Notification successfully sent to Prowl!\")\n\texcept Exception as e:\n\t\tprint(\"Error sending notification to Prowl: {}\".format(e))\n\n## Changelog\n\n### v3.0.1\n* Added support for python 3 using requests module\n\n### v1.0.2\n* Fixed package layout (moved code from `pyprowl.py` to `__init__.py` to support importing of module)\n\n### v1.0.1\n* Updated package layout for submission to PyPI\n\n### v1.0\n* Supports verification of API key and sending of notifications\n* API key can be set at instantiation and left out of subsequent calls, or it can be set on each call\n* App name can be set at instantiation and left out of subsequent calls, or it can be set on each call to notify()\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoddrob99%2Fpyprowl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftoddrob99%2Fpyprowl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoddrob99%2Fpyprowl/lists"}