{"id":18331412,"url":"https://github.com/notify-events/python","last_synced_at":"2025-07-02T12:32:47.254Z","repository":{"id":57446865,"uuid":"259106533","full_name":"notify-events/python","owner":"notify-events","description":"Python extension to integrate your project with Notify.Events service.","archived":false,"fork":false,"pushed_at":"2022-01-28T14:10:56.000Z","size":20,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-28T02:22:40.115Z","etag":null,"topics":["alert","call","notification","python-client","slack","teams","telegram","viber","voice"],"latest_commit_sha":null,"homepage":"https://notify.events/source/62","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/notify-events.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":"2020-04-26T18:41:41.000Z","updated_at":"2022-01-25T18:24:28.000Z","dependencies_parsed_at":"2022-09-05T09:40:57.911Z","dependency_job_id":null,"html_url":"https://github.com/notify-events/python","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/notify-events/python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notify-events%2Fpython","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notify-events%2Fpython/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notify-events%2Fpython/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notify-events%2Fpython/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/notify-events","download_url":"https://codeload.github.com/notify-events/python/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notify-events%2Fpython/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263140573,"owners_count":23419906,"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":["alert","call","notification","python-client","slack","teams","telegram","viber","voice"],"created_at":"2024-11-05T19:31:40.359Z","updated_at":"2025-07-02T12:32:47.145Z","avatar_url":"https://github.com/notify-events.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Python client for Notify.Events\n\nA simple Python extension that simplifies the process of integrating your project with the [Notify.Events](https://notify.events) service to send messages to your channels.\n\n#### Instruction on another languages\n\n- [Русский](https://github.com/notify-events/python/blob/master/docs/ru-RU/README.md)\n\n# Installation\n\nYou can install the Python client for Notify.Events from [PyPI](https://pypi.org/project/notify_events/):\n\n```\npip install notify_events\n```\n\n# Usage\n\nTo use this extension, you need to import the Message class into your script.\n\n```python\nfrom notify_events import Message\n```\n\nAfter that, you can create a Message object, set the necessary parameters and send the message to the channel.\n\n### Usage example\n\n```python\nfrom notify_events import Message\n\n# Create a message object.\nmessage = Message('Some \u003cb\u003eimportant\u003c/b\u003e message', 'Title', Message.PRIORITY_HIGH, Message.LEVEL_WARNING)\n\n# Attach the file to the message.\nmessage.add_file('path\\to\\local\\file.zip', 'filename.zip')\n\n# Send a message to your channel in Notify.Events.\nmessage.send('XXXXXXXX')\n```\n\n[List of all available functions](https://github.com/notify-events/python/blob/master/docs/en-US/Message.md)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotify-events%2Fpython","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnotify-events%2Fpython","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotify-events%2Fpython/lists"}