mikespax
mikespax
Looks like there's an unofficial Robinhood API here: https://github.com/aurbano/robinhood-node
@pedrosimao Could you add a bit more detail to those last few lines on your email notifications instructions? I'm not a code guy and I'm having trouble understanding exactly what...
ah yes, I tried that firstly. what would I do about this? @pedrosimao >ImportError: No module named requests
May have answered my own question, will try in a second. https://stackoverflow.com/questions/17309288/importerror-no-module-named-requests
IT WORKS! WOOHOO. @pedrosimao
I also added an email alert for a miner going offline. if miner_stats['STATUS'][0]['STATUS'] == 'error': errors = True error_message = "[WARNING] Miner is offline '{}'.".format(miner.ip) inactive_miners.append(miner) alerts.sendAlert(error_message)
@pedrosimao do you have a recommendation for a throwaway email account provider to use for this sending out the emails? I have a not so important secondary gmail account I've...
Yeah! It wasn't that bad at all. I was just worried about leaving my password plaintext on a machine. Don't need SMS alerts really with email being possible (and free!)....
I for one would like to know immediately if my house is on fire. I see no reason to go longer than the current refresh interval for emails. If the...
I'm also planning to have miners in various places and being able to use some port forwarding magic to get everything to work sounds great. As long as I change...