Ask HN: What non-work task have you automated?
51–60 of 722 posts
Re: Ask HN: What non-work task have you automated?
#52I wrote a script to log in to my brokerage account nightly and check for new purchases or dividend payments, log all of that to a database, and provide an interface allowing me to see all kinds of statistical information about my investments. I love getting the cron email in the morning saying I got a dividend payment from a stock :)
Re: Ask HN: What non-work task have you automated?
#53In college everyone's class registration would open at once, and classes would fill up quickly. Some people would even register for more than they were gonna take, to hold it for friends or just to figure their schedule out. If I didn't get into a class I wanted, I had a HTTPS script set to attempt registering for it every 5 minutes. As soon as somebody dropped it - boom it was mine.
Edit: spelling
Re: Ask HN: What non-work task have you automated?
#54I had a cron job that sends automatically a text to my wife each morning along with a joke, she's in another country so is something I did to keep the communication open
This sounds terrible. Even more terrible a lot of people (probably you also) don't find it terrible.
Re: Ask HN: What non-work task have you automated?
#55I recently made a bot that scapes the local apartment listings every five minutes, filters by price and area, and then sends me the new ones in the form of Telegram messages with the basic details, a GIF of the photos (scaled to mobile size), and a map widget. Getting push notifications with the new apartments is really great, and I'll definitely be making more Telegram bots in the future...
Re: Ask HN: What non-work task have you automated?
#56Not sure if this counts because I didn't actually code anything: but using gmail filters to automate my personal email flow has had a huge effect on my day.
My favorite filter is anything containing "unsubscribe" goes to a "Mailers" folder never to be seen.
I don't understand how people can deal with having unread emails in their inbox all the time.
Re: Ask HN: What non-work task have you automated?
#57I have a number of old bookmarks on pinboard that I realized I never visit after I bookmarked it. Some of them I would like to clean up. So I have a heroku job that emails me a random half-dozen bookmarks every morning. I can visit them, and if I don't care about it anymore, delete the bookmark.
Re: Ask HN: What non-work task have you automated?
#58Re: Ask HN: What non-work task have you automated?
#59- Using the Google Places API I find the related establishment (gives me name, address, phone number, etc)
- Using the Gmail API I look for a receipt email (if any) by looking for another email with the same dollar amount and the same date
So at any given time I can see all the purchases/payments I've done with rich information about where and exactly when (including time of day).
For some reason banks don't like to tell you the time of a purchase. only the date.