sentry-telegram
Plugin for Sentry which allows sending notification via Telegram messenger.
File Explorer
Download Latest Version (.zip)- python-publish.yml
- FUNDING.yml
- telegram-window-dark.png
- telegram-window-light.png
- _config.yml
- __init__.py
- plugin.py
- __init__.py
- conftest.py
- test_base.py
- .coveragerc
- .gitignore
- .travis.yml
- LICENSE
- README.md
- setup.py
- tox.ini
# Installation Guide
1. Get the code
git clone https://github.com/butorov/sentry-telegram
Downloads the entire project code from GitHub to your computer.
cd sentry-telegram
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install sentry-telegram
Installs the package published on PyPI directly β no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip install sentry-telegram
Installs the package published on PyPI directly β no need to clone the source.
echo "pip install sentry-telegram" >> sentry/enhance-image.sh
Installs the Python libraries listed in requirements.txt (or similar).
echo "pip install sentry-telegram==0.6.0" >> sentry/enhance-image.sh
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
