Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/adilkhash/luigi-telegram

Luigi Tasks status notifications to Telegram
https://github.com/adilkhash/luigi-telegram

data-pipeline data-processing etl luigi notification-plugin

Last synced: about 2 months ago
JSON representation

Luigi Tasks status notifications to Telegram

Lists

README

        

# luigi-telegram
Luigi Tasks status notifications to Telegram

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