A Telegram bot that notifies you when your Black Desert stops running or loses connection to the server.
After downloading the executable (or compiling it yourself):
- Create a new Telegram Bot (Read this)
- Copy your Bot token and insert it into your settings.yaml file.
- Start the program
- Send /myid to your Bot, it should respond with your User ID
- Copy the User ID into your settings.yaml file
- Restart the Bot
- Start Black Desert Online
- ...
- Profit!
The Bot doesn't interact with the Black Desert client directly (besides killing it when you picked that option), it checks which Process ID is attached to the executable and then checks if that process has any network connections via win-netstat.
The bot needs admin privileges in order to kill the Black Desert process.
MIT