Interact with your computing cluster via telegram to get realtime information on your running jobs.
From pypi:
pip install telegram_simulation_bot
Change into the directory of your simulation and type:
telegram_simulation_bot
You will be prompted (only once) to configure telegram_simulation_bot.
The following commands in telegram are possible:
list- responds a list of currently running botsstatus <name>/all- responds the status of<name>or allerror <name>/all- responds errors of<name>or allprogress <name>/all- responds the progress of<name>or allconvert <name>/all- submits a slurm job calledexorad_convertin<name>or all
There are currently no other simulation types implemented. Feel free to open up a PR for a new simulation type.
Remove configuration files using:
telegram_simulation_bot --delete
Remove the package using:
pip uninstall telegram_simulation_bot
