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: 4 months ago
JSON representation

Luigi Tasks status notifications to Telegram

Awesome Lists containing this project

README

        

# luigi-telegram
Luigi Tasks status notifications to Telegram

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