🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

sentry-telegram-python

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sentry-telegram-python

Plugin for Sentry which allows sending notification via Telegram messenger.

0.0.5
PyPI
Maintainers
1

Sentry Telegram |travis| |codecov| |pypi|

Plugin for Sentry which allows sending notification via Telegram <https://telegram.org/>_ messenger.

Presented plugin tested with Sentry 22.12.0.

**DISCLAIMER**: Sentry API is under development and `is not frozen <https://docs.sentry.io/server/plugins/>`_.

How will it look like

.. image:: https://raw.githubusercontent.com/1Anchor/sentry-telegram/master/docs/images/telegram-window.png :target: https://github.com/1Anchor/sentry-telegram/blob/master/docs/images/telegram-window.png :alt: How will it look like

Installation

  • Install this package

.. code-block:: bash

pip install sentry-telegram-python

2. Restart your Sentry instance. 3. Go to your Sentry web interface. Open Settings page of one of your projects. 4. On Integrations (or Legacy Integrations) page, find Telegram Notifications Python3 plugin and enable it. 5. Configure plugin on Configure plugin page.

See Telegram's documentation <https://core.telegram.org/bots#3-how-do-i-create-a-bot>_ to know how to create BotAPI Token.

  • Done!

.. |travis| image:: https://app.travis-ci.com/1Anchor/sentry-telegram.svg?branch=master :target: https://app.travis-ci.com/1Anchor/sentry-telegram :alt: Build Status

.. |codecov| image:: https://codecov.io/gh/1Anchor/sentry-telegram/branch/master/graph/badge.svg :target: https://codecov.io/gh/1Anchor/sentry-telegram?branch=master :alt: Coverage Status

.. |pypi| image:: https://badge.fury.io/py/sentry-telegram-py3.svg :target: https://pypi.python.org/pypi/sentry-telegram-py3

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts