Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 194 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 194 Bytes

luigi-telegram

Luigi Tasks status notifications to Telegram

Usage

if __name__ == '__main__':
    with LuigiTelegramNotification('my_bot_token', 1234567):
        luigi.run()