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
- Host: GitHub
- URL: https://github.com/adilkhash/luigi-telegram
- Owner: adilkhash
- License: mit
- Created: 2018-07-05T17:52:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-17T03:41:37.000Z (over 6 years ago)
- Last Synced: 2024-08-06T03:02:17.614Z (5 months ago)
- Topics: data-pipeline, data-processing, etl, luigi, notification-plugin
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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()
```