sudoinit6 Posted May 17, 2018 Share Posted May 17, 2018 Is there a way to see how many days of membership a bot has left? I looked through the API and didn't find anything, but I miss obvious stuff a lot! Quote Link to comment Share on other sites More sharing options...
Deceiver Posted May 17, 2018 Share Posted May 17, 2018 best bet would be to login and parse the widget text for the days remaining 1 Quote Link to comment Share on other sites More sharing options...
sudoinit6 Posted May 17, 2018 Author Share Posted May 17, 2018 4 minutes ago, Deceiver said: best bet would be to login and parse the widget text for the days remaining So I would have to create my own login handler? Not sure if I have that ability.... Quote Link to comment Share on other sites More sharing options...
ProjectPact Posted May 17, 2018 Share Posted May 17, 2018 7 minutes ago, sudoinit6 said: So I would have to create my own login handler? Not sure if I have that ability.... no, you could create a monitor that would run during login parallel to the login handler and scrap data that way. Quote Link to comment Share on other sites More sharing options...
John Cena Posted May 17, 2018 Share Posted May 17, 2018 If you're unsure or unable to do what ProjectPact I'm sure they'll show you how if you ask nicely 1 Quote Link to comment Share on other sites More sharing options...
sudoinit6 Posted May 17, 2018 Author Share Posted May 17, 2018 3 minutes ago, John Cena said: If you're unsure or unable to do what ProjectPact I'm sure they'll show you how if you ask nicely I am sure, this is a great and helpful community. I have a couple ideas I am trying, but if I can't figure it out I will ask for more specific help. I have been here long enough to know that you guys are most helpful to those who can say what they tried that didn't work. 1 Quote Link to comment Share on other sites More sharing options...
Juggles Posted May 17, 2018 Share Posted May 17, 2018 Use explv login handler and then on the click here to play screen you can grab the number from the widgets Quote Link to comment Share on other sites More sharing options...
Chris Posted May 17, 2018 Share Posted May 17, 2018 we used to have getBot().isMember() but alek removed it Quote Link to comment Share on other sites More sharing options...
sudoinit6 Posted May 17, 2018 Author Share Posted May 17, 2018 1 hour ago, Juggles said: Use explv login handler and then on the click here to play screen you can grab the number from the widgets This is what I ended up doing because I am a lazy fark, and worked. Thanks all for the input! 1 Quote Link to comment Share on other sites More sharing options...
Dab in a Lab Posted May 17, 2018 Share Posted May 17, 2018 1 hour ago, Chris said: we used to have getBot().isMember() but alek removed it Any idea why? Sounds so much more convenient than the other work arounds that were suggested. Quote Link to comment Share on other sites More sharing options...
Chris Posted May 17, 2018 Share Posted May 17, 2018 27 minutes ago, Dab in a Lab said: Any idea why? Sounds so much more convenient than the other work arounds that were suggested. idk ask him Quote Link to comment Share on other sites More sharing options...
HeyImJamie Posted May 19, 2018 Share Posted May 19, 2018 On 5/17/2018 at 10:01 PM, Dab in a Lab said: Any idea why? Sounds so much more convenient than the other work arounds that were suggested. There was a Config previously that allowed you to check whether or not your account was a Member, so I expect it was reliant on that. That has since been removed. Quote Link to comment Share on other sites More sharing options...