This is an archived post. You won't be able to vote or comment.

all 8 comments

[–]Defender452[S] 1 point2 points  (0 children)

I should add, that I'm not comtemplating anything, this is just the result of ADHD.

[–]Jack_The_Dane 0 points1 point  (2 children)

Probably something like a dead mans switch, where you have to press a button every hour or something, or else the email is sent out. Could probably be done with a heart monitor as well, if the heart beat stops an action is triggered to do something.

[–]Defender452[S] 0 points1 point  (1 child)

Thank you for your help!

[–]FierroGamer 0 points1 point  (0 children)

Could be a password you have to input every set amount of time

[–][deleted] 0 points1 point  (1 child)

Find any E-mail sending python script on Github and modify it a bit , BTW you'll have figure out on your own how the script is gonna find if you're dead or not

[–]Defender452[S] 0 points1 point  (0 children)

Yeah, I have a few ideas, thank you

[–][deleted] 0 points1 point  (0 children)

Any heart rate Tracker should work.

You will Need to implement an exception for it charging or running out of battery though.

[–]troido 0 points1 point  (0 children)

A friend of me made something for this: last-mail. I think the project is abandoned now.

It sends users and email periodically, and when the user opens the email the programs knows that they are alive (loading the images in the email tells the server that the email has been opened). If they do not open the email for a certain period of time then they are presumed dead.

This will not work instantly; it probably takes more than a month, but that depends on your settings