Notify-function

Latest version: v1.5.2

Safety actively analyzes 723607 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

1.2.0

Add support to send message to Telegram. Example code:

python
notify(chat_id=111111111, api_token='api-token-of-your-bot')
def test():
return 2 / 2

1.1.0

Now can set webhook to send message to discord channel. Example code:

python
from notifier import notify

notify(webhook_url='link')
def test():
return 'Hello World'

test()



Example of execution without error:
![imagen](https://user-images.githubusercontent.com/7991036/128542190-b2114753-c2bc-4620-85c5-50e878df7f8b.png)


Example of execution with error:
![imagen](https://user-images.githubusercontent.com/7991036/128542070-40684892-91c6-4be6-9304-c17f9783f5a2.png)

1.0.5

Fix minor bugs

1.0.4

Fix way to import, now import and usage is:

python
from notifer import notify

notify()
def your_function():
print('Hello World!')

1.0.3

1.0.2

Rename library and update the README file

Page 2 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.