Pokerstar Posted September 21, 2017 Share Posted September 21, 2017 Have been gradually growing my farm up to around 20 bots. I try to set them up in groups or all at once, so I can have time frames to work with. For whatever reason, perhaps proxy dcs/ CPU throttles etc, causes some of my bots to randomly log out at any given time. Is there any way to have a notification appear on my PC or phone via sms that would notify me that client/bot x logged out? I am just going to take a random guess here and say no, and that you would need your own server to track something like this and have it scripted to auto-message when log out. (Pure speculation) Thoughts? Quote Link to comment Share on other sites More sharing options...
Juggles Posted September 21, 2017 Share Posted September 21, 2017 Yes you can make your script ping noises when it logs out. You can probably even get it to send text messages or emails too. Of course you'd have to custom code this all into your script and use -norandoms to override the login handler so you can get notified. Instead of doing patchwork to fix your problem, it may be better to just directly fix the problem and find the root cause of why your accounts do not log back in after lagging out. 1 Quote Link to comment Share on other sites More sharing options...
Viston Posted September 21, 2017 Share Posted September 21, 2017 I can make it notify you on the computer with a system notification, but has to be implemented inside the script, or as a standalone script. Quote Link to comment Share on other sites More sharing options...
dreameo Posted September 22, 2017 Share Posted September 22, 2017 Could try something like this: !Client.isLoggedIn() { notify } Quote Link to comment Share on other sites More sharing options...
HeyImJamie Posted September 22, 2017 Share Posted September 22, 2017 Pretty sure there's an API around somewhere that uses WhatsApp. There was another program you could use as well but I've forgotten the name Quote Link to comment Share on other sites More sharing options...