webhook-server


Namewebhook-server JSON
Version 0.1.2 PyPI version JSON
download
home_pagehttps://gitlab.com/daisukixci/webhook_server
SummaryCreate a webhook server with Flask to forward Datadog alerts to Telegram
upload_time2023-01-24 10:24:28
maintainerdaisukixci
docs_urlNone
authordaisukixci
requires_python>=3.10,<4.0
licenseMIT
keywords datadog webhook telegram
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Datadog to Telegram webhook
Provides a basic authenticated webhook to forward alerts from Datadog to Telegram
## Requirements
- A Datadog account
- A Telegram account

### Quickstart
#### Datadog
TODO
#### Telegram
TODO
#### Webhook server
TODO

### Documentation

### Contribute
Open to any PR/comments/issues

## Licence
Copyright 2023 DaisukiXCI

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

            

Raw data

            {
    "_id": null,
    "home_page": "https://gitlab.com/daisukixci/webhook_server",
    "name": "webhook-server",
    "maintainer": "daisukixci",
    "docs_url": null,
    "requires_python": ">=3.10,<4.0",
    "maintainer_email": "daisuki@tuxtrooper.com",
    "keywords": "datadog,webhook,telegram",
    "author": "daisukixci",
    "author_email": "daisuki@tuxtrooper.com",
    "download_url": "https://files.pythonhosted.org/packages/3a/f4/961acdadae4c64ce9f62596fbf9d27a570be1a26cf6adc47307da37bd161/webhook_server-0.1.2.tar.gz",
    "platform": null,
    "description": "# Datadog to Telegram webhook\nProvides a basic authenticated webhook to forward alerts from Datadog to Telegram\n## Requirements\n- A Datadog account\n- A Telegram account\n\n### Quickstart\n#### Datadog\nTODO\n#### Telegram\nTODO\n#### Webhook server\nTODO\n\n### Documentation\n\n### Contribute\nOpen to any PR/comments/issues\n\n## Licence\nCopyright 2023 DaisukiXCI\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Create a webhook server with Flask to forward Datadog alerts to Telegram",
    "version": "0.1.2",
    "split_keywords": [
        "datadog",
        "webhook",
        "telegram"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "880484b74cd6539ac0fb63ad4c659bebcd9ab0fdfe7b2cfd227c9200ccaba77c",
                "md5": "fdf9afc1486f05f16425c604d8ce7dec",
                "sha256": "08ed6170990d3b2878a2bf75ce05da8a3027920b64e85db4792e2c3ec2fc96ee"
            },
            "downloads": -1,
            "filename": "webhook_server-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fdf9afc1486f05f16425c604d8ce7dec",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10,<4.0",
            "size": 3796,
            "upload_time": "2023-01-24T10:24:26",
            "upload_time_iso_8601": "2023-01-24T10:24:26.079174Z",
            "url": "https://files.pythonhosted.org/packages/88/04/84b74cd6539ac0fb63ad4c659bebcd9ab0fdfe7b2cfd227c9200ccaba77c/webhook_server-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3af4961acdadae4c64ce9f62596fbf9d27a570be1a26cf6adc47307da37bd161",
                "md5": "5b112a6e3e14eab5db5a877d8cbea462",
                "sha256": "654a2d1eaf9876c9879172886b058251e52aaadbde49c19fcbf1b446a063fb84"
            },
            "downloads": -1,
            "filename": "webhook_server-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "5b112a6e3e14eab5db5a877d8cbea462",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10,<4.0",
            "size": 3605,
            "upload_time": "2023-01-24T10:24:28",
            "upload_time_iso_8601": "2023-01-24T10:24:28.024375Z",
            "url": "https://files.pythonhosted.org/packages/3a/f4/961acdadae4c64ce9f62596fbf9d27a570be1a26cf6adc47307da37bd161/webhook_server-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-24 10:24:28",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "gitlab_user": "daisukixci",
    "gitlab_project": "webhook_server",
    "lcname": "webhook-server"
}
        
Elapsed time: 0.04865s