Send notification of jobs on slurm to telegram bot.
For the python scripts, install telebot.
bot_server.pyreplies to/helloand/getcidmessages by polling TG. Run it anywhere for convenience.notification_server.pyreceives notifications by http, and forward them to specific chat.snotified.shis run by each user on the head node of slurm controller. It reads notifications of jobs via intra-node email sent by slurm, and send them to the notification server.
See the help message in bot_server.py