Metadata-Version: 2.1
Name: sentry-telegram-python
Version: 0.0.5
Summary: Plugin for Sentry which allows sending notification via Telegram messenger.
Home-page: https://github.com/1Anchor/sentry-telegram
Author: Yaroslav Romashenko
Author-email: jaroslav.romashenko1@gmail.com
License: MIT
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Bug Tracking
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: System :: Monitoring
Description-Content-Type: text/x-rst
License-File: LICENSE

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
------------

1. 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``.

6. 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
