Metadata-Version: 2.1
Name: sentry-telegram-notification
Version: 0.6.2
Summary: Plugin for Sentry which allows sending notification via Telegram messenger.
Home-page: https://github.com/FarazFe/sentry-telegram
Author: Faraz Fesharaki
Author-email: fesharakifaraz@gmail.com
License: MIT
Description: Sentry Telegram |travis| |codecov| |pypi|
        =========================================
        
        Plugin for Sentry which allows sending notification via `Telegram <https://telegram.org/>`_ messenger.
        
        Presented plugin tested with Sentry 21.6.3.
        
            **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/FarazFe/sentry-telegram/master/docs/images/telegram-window.png
           :target: https://github.com/FarazFe/sentry-telegram/blob/master/docs/images/telegram-window.png
           :alt: How will it look like
        
        Installation
        ------------
        
        1. Install this package on your self-hosted Sentry.
        
        .. code-block:: bash
        
            pip install sentry-telegram-notification
        
        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`` 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://travis-ci.com/vortland/sentry-telegram.svg?branch=master
           :target: https://travis-ci.com/FarazFe/sentry-telegram
           :alt: Build Status
        
        .. |codecov| image:: https://codecov.io/gh/vortland/sentry-telegram/branch/master/graph/badge.svg
           :target: https://codecov.io/gh/vortland/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
        
Platform: UNKNOWN
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 :: 2.7
Classifier: Programming Language :: Python :: 3.8
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
