Closed ChristophAlt closed 5 years ago
I often run training via a command-line interface (e.g. AllenNLP), therefore I extended the decorators to directly wrap a command-line application. For example, wrapping a command and be notified via Telegram:
knockknock telegram \ --token <your_api_token> \ --chat-id <your_messaging_room_id> \ sleep 10
Looks good to me. Thanks @ChristophAlt for your contribution!
I often run training via a command-line interface (e.g. AllenNLP), therefore I extended the decorators to directly wrap a command-line application. For example, wrapping a command and be notified via Telegram: