Notify 1.2.0
Add support to send message to Telegram. Example code:
@notify(chat_id=111111111, api_token='api-token-of-your-bot')
def test():
return 2 / 2Add support to send message to Telegram. Example code:
@notify(chat_id=111111111, api_token='api-token-of-your-bot')
def test():
return 2 / 2